{% extends "bootstrap/base.html" %} {% import "bootstrap/fixes.html" as fixes %} {% macro navbar(current='traditional') -%} Toggle navigation Paged List Example Traditional Unobtrusive Ajax {%- endmacro %} {% block head %} {{super()}} {{fixes.ie8()}} {% endblock %} {% block scripts %} {{super()}} {% endblock %}