{% extends "layouts/default.html" %} {% block head %} {% with title = "Admin" %} {% include "includes/head.html" %} {% endwith %} {% endblock %} {% block content %} {% include "includes/self-tabs.html" %}
{% endblock %}