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

{{ post.title }}

{% if post.updated_humanized %} {% endif %}
{{ post.content|safe }}
{% endblock %} {% block head %} {% if post.schema_article %} {% endif %} {% endblock %}