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

{{title}}

published {{timestamp}} {{alt}} {{ content | safe }}

view full size image

tags

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