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

{{ title }}

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

DRAFT

{% endif %}

{{ desc }}

{{ content | safe }}

tags

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