{% extends "base.html" %} {% block title %}{{ article.title }} — {{ site.name }}{% endblock %} {% block head %}{% endblock %} {% block breadcrumb %} {% endblock %} {% block main %}

{{ article.title }}

{% if article.updated %} · Updated {% endif %}

{% if article.tags %} {% endif %}
{{ article.content }}
{% endblock %}