{% extends 'admin/master.html' %} {% block body %} {{ super() }}
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