{% extends "base.html" %} {% block content %} {% set post = page %}

{{ post.title }}

{{ post.date }}


{{ post.content | safe }}
{% endblock %}