{% extends "base.html" %} {% block subtitle %} {{ post.title }} | {% endblock %} {% block meta %} {% if post.description is defined %} {% elif project_description is defined %} {% endif %} {% endblock %} {% block main %}

{{ post.title }}

{% if post.date is defined %} {% endif %} {% if post.filetags %}

{% for tag in post.filetags %} {{ tag }} {% endfor %}

{% endif %}
{{ post.html | safe }}
Reply via email
{% endblock %}