{% extends "default.html" %} {% block title %} {{ document["title"] }} {% endblock %} {% block content %}

{{ document["title"] }}

{{ document.date | strftime("%Y-%m-%d, %H:%M:%S") }}
{% if document["image"] %}
{{ document['image-alt'] }}
Pictured: {{ document["image-alt"] }}
{% endif %}
{{ document.content | markdown }}
{% endblock %}