{% extends "layouts/default.html" %} {% from "macros/model-form.html" import model_form %} {% block head %} {% with title = "Test page" %} {% include "includes/head.html" %} {% endwith %} {% endblock %} {% block content %}
This is just a page that purposely has broken stuff on it to evoke errors, there's nothing really interesting here