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