{% 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 %} {% set tag = site.tags[tag_slug] %} {{tag.name}} {% endfor %} {{ page.content|html }}
{% endblock content %}