{% extends "base.html" %}
{% block styles %}
{% endblock %}
{% block extrahead %}
{% include "remember_scroll_position_script.html" %}
{% endblock %}
{% block navbar %}
VisionDB | Admin
{% endblock %}
{% block title %}
New Admin Interface
{% endblock %}
{% block content %}
{% block form %}
{% endblock %}
{% include "sidebar.html" %}
{% autoescape off %}
{{widget}}
{% endautoescape %}
{% endblock %}