{{ p.title }}
{% if p.excerpt %}{{ p.excerpt | safe }}
{% endif %}
{% if p.categories %}
{% endif %}
{{ _('No posts yet.') }}
{% endfor %}{% 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 %}
{{ _('No posts yet.') }}
{% endfor %}