{# Extend flacon/_base.html to have some default goodies. #} {% extends "flacon/_base.html" %} {# Set the application name #} {% block brand %}Example{% endblock %} {# Add links to the navbar #} {% block navbar_left %} {{ super() }}