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

Flask-Admin example

Customize the layout

This example shows how you can customize the look & feel of the admin interface.

This is done by overriding some of the built-in templates.

Back
{% endblock body %}