{% extends "minimal.html" %} {% block title %} {{site.config.name}} - {{ page.title }} {% endblock title %} {% block content %}

{{ page.title }}

{{ date_to_string(page.date) }} Tags: {% for tag in page.tags %} {{ site.tag_dict[tag] }} {% endfor %} {{ page.content }}
{% endblock content %}