{{ title | default(value="Untitled") }}
{% if date %}{% endif %}{{ content | safe }}
{% extends "base.html" %} {% block title %}{{ title | default(value="Untitled") }} - {{ site_title | default(value="Blog") }}{% endblock title %} {% block description %}{{ description }}{% endblock description %} {% block header_controls %} {% if available_translations and available_translations | length > 1 %}