{% extends 'base/layout.html' %} {% block content %}

{{ title }}

{% if html %} {{ html|markdown }} {% else %} None {% endif %}
{% endblock %}