{% extends 'layout.html' %} {% block header %} {% include 'header.html' with context %} {% endblock header %} {% block body %}

{{ lipsum() }}

{% endblock %}