{% extends 'base.html' %} {% block head %} {% endblock %} {% block nav %} {% include 'menu.html'%} {% endblock nav %} {% block content %}
{% for a in articles %}
{{a.title}}
{{a.type}} {% if a.image %} {% endif %}
{{a}}
{% endfor %} {% endblock %}