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