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

{{ page.title }}

{{ page.date }}

{{ page.content | safe }} {% if page.taxonomies %}

Tags for this post:

{% for tag in page.taxonomies.tags %} {{ tag }} {% endfor %} {% endif %} {% endblock content %}