{% extends "base.html" %} {% block body %} {% include "navigation.html" %}
{% if posts_|length > 0 %} {% endif %}
{% include "footer.html" %} {% endblock body %}