{% from 'bootstrap/nav.html' import render_nav_item %} {% from 'bootstrap/utils.html' import render_messages %} Fishbowl {{ bootstrap.load_css() }}
{{ render_messages(container=False, dismissible=True) }} {% block content %}{% endblock %}
{{ bootstrap.load_js() }}