{% extends 'base.html' %} {% load post_helpers %} {% block content %} News {% if compact_view %} {% for post in posts %} {% include 'posts/partials/_posts_hero_compact.html' %} {% endfor %} {% else %} {% for post in posts %} {% include 'posts/partials/_posts_hero.html' %} {% endfor %} {% endif %}
{{message}}