{% extends 'admin/master.html' %} {% block body %} {{ super() }}

Flask-Admin example

Simple admin views, not related to models.

This example shows how to add your own views to the admin interface. The views do not have to be associated to any of your models, and you can fill them with whatever content you want.

By adding custom views to the admin interface, they become accessible through the navbar at the top.

Back
{% endblock body %}