{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %} {% if form %} {{ wtf.quick_form(form) }}
{% else %}

Hello, {{ current_user.first_name }}!

{% if g.identity.allow_driver %} {% endif %} {% endif %} {% endblock %}