{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{% include 'admin/_nav.html' %}

Welcome to the admin area. This page will eventually have some helpful guides and links for new admins but for now it does not.

{% endblock %}