{% extends 'butler/index.html' %} {% load static %} {% block container %}
{% include 'butler/menu.html' %}
{{ mainpage.content|safe }}
{% endblock %}