{% extends 'admin/master.html' %} {% block body %} {{ super() }}
Authentication
This example shows how you can use Flask-Login for authentication. It is only intended as a basic demonstration.