{% extends "base.html" %} {% block content %}

{{ title }}

{{ content|safe }} {% endblock %} {% block license %} {% if license %}

This content is licensed under the {{ license.title }}.

{% endif %} {% endblock %}