{% extends "base.html" %} {% block container %} {% if layout == "default" %} {% for article in articles %}
{{ article.date }}

{{ article.title }}

{{ article.content }}
{% endfor %} {% else %}
{{ content }}
{% endif %} {% endblock %}