{% extends "layouts/default.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% if title %}

{{ title }}

{% endif %} {% if subtitle %}

{{ subtitle }}

{% endif %} {{ html | safe }}
{% endblock %}