{% extends "base.html" %} {% block content %} {{ post.title }} {% if post.date %} {{ post.date }} {% endif %} {{ post.content|safe }} {% endblock %} {% block head %} {% if post.schema_article %} {% endif %} {% endblock %}