{% load staticfiles %} {% load bootstrap3 %} {% bootstrap_css %} {# Display django.contrib.messages as Bootstrap alerts #} {% bootstrap_messages %} {% include "header.html" %} {% block content %} {% endblock %} {# Load JS #} {% bootstrap_javascript %} {% block bottomjs %} {% endblock %}