{% extends "base.html" %} {% block title %} • {{ title }}{% endblock title %} {% block meta %} {% if images %} {% for image in images %} {% endfor %} {% endif %} {% endblock %} {% block content %}

{{ title }}

{{ shortdate }} - {% for tag in tags %} #{{ tag }} {% endfor %}
{{ content }}
{% endblock %}