{% load static %} {% block title %}{% if section %}{{ section }} - {% endif %}Quintet Blog{% endblock %}
{% block content %} {% if filter_title %}

{{ filter_title }}

{% endif %} {% for post in posts %} {% include 'article.html' %}
{% empty %}

No posts to display.

{% endfor %} {% endblock %}