1 2 3 4 5 6
{% extends 'base.html' %} {% block body %} <h2>{{ title }}</h2> {{ html|safe }} {% endblock %}