{% extends 'base.html' %} {% block title %}{{title}}{% endblock%} {% block head %}{% endblock %} {% block content %}
{% include "components/page_title.html" %}
{{content}}
{% endblock %} {% block add_ons %} {% endblock %}