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

Flask-Admin example

Bootswatch

This example shows how you can define a bootstrap swatch theme

# set flask admin swatch
app.config['FLASK_ADMIN_SWATCH'] = 'cerulean'

Available swatches in http://bootswatch.com

Back
{% endblock body %}