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