{% extends 'base.html' %} {% block head %} {% include 'modules/article_seo.html' %} {% endblock %} {% block main %}

{{ article.title|escape }}

{{ article.created|ymd }}
{% if article.tags.count > 0 %} {% for tag in article.tags %}ยท {{ article.tags[tag] }}{% endfor %} {% endif %}
{% if article.hasVideo %}
{% endif %} {{ content_html }}
This site is built with Planetable
{% if article.hasAudio %} {% endif %} {% endblock %}