{% extends "base.html" %} {% block content %}

{{ page.title }}

{{ page.time|displaytime(CONFIG.BLOG.CONTENT_DATETIME_FORMAT) }} | {{ page.tags|catlist }}

{{ page.content }}
{% if page.permalink_prev or page.permalink_next %}
{% endif %} {% if page.permalink_prev %} {% endif %} {% if page.permalink_next %} {% endif %} {% if page.permalink_prev or page.permalink_next %}
{% endif %} {% endblock %}