{%- extends "bootstrap/base.html" %} {% set static_link = 'projects_base.static' %} {% set style_file = 'default_style.css' %} {% set js_file = 'common.js' %} {# enable fixes for legacy browsers. import macros #} {% import "bootstrap/fixes.html" as fixes %} {% block head %} {{ super() }} {#- Docs: http://pythonhosted.org/Flask-Bootstrap/macros.html#fixes The sample application already contains the required static files. #} {{ fixes.ie8() }} {%- endblock %} {# css #} {% block styles -%} {{ super() }} {# load boostrap css #} {% endblock %} {# navigation & flashes #} {% block navbar %} {{ nav.nav_bar.render() }} {# flashes #}