{% extends "base.html" %} {% block content %} {{content|safe}}

{% for tag in tags %} {{tag}} {% endfor %}

{{page.meta.date}}

{% endblock %}