{% extends "public_base.html" %} {% block title %}{{ category.name if category else post_section_label }} — {{ SPLENT_APP }}{% endblock %} {% block hero %} {% if category %} {{ render_block('hero', eyebrow=post_section_label, title=category.name, subtitle=_('Posts in this category.')) }} {% else %} {{ render_block('hero', eyebrow=post_section_label, title=post_section_label, subtitle=_('News and updates.')) }} {% endif %} {% endblock %} {% block content %}
{% for p in posts %} {#
{% if total_pages and total_pages > 1 %} {% endif %}
{% endblock %}