{% extends 'base.html' %} {% block main %} {% if has_avatar %} {% endif %} {{ page_title|escape }} {{ page_description|escape }} {% for article in articles %} {{ article.created|ymd }} {{ article.title|escape }} {% endfor %} {% endblock %}