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

{{title}}

{{content|safe }}
{% endblock %}