{% extends "base.html" %} {% block content %}
{% if content.date is not none%}

{{ content.date }}

{% endif %} {{ content.content_body }}
{% endblock %}