{% extends 'base.html' %} {% block main %}
{% if has_avatar %} {% endif %}
{{ page_title|escape }}
{% if page_description_html.count > 0 %}
{{ page_description_html }}
{% endif %}
{% for article in articles %}
{{ article.created|ymd }}
{% if article.hasVideo %}Video{% endif %} {% if article.hasAudio %}Video{% endif %}
{% endfor %}
{% endblock %}