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

{{title}}

published {{timestamp}} {% if draft %}

DRAFT

{% endif %}

{{desc}}

{{header_image_alt}}
{{ content | safe }}

tags

{% for tag in tags %} {{tag}}{% if not loop.last %},{% endif %} {% endfor %}
{% endblock content %}