{% load staticfiles %} {% load bootstrap3 %} {% block title %}Base Page{% endblock %} {% bootstrap_css %} {% include "nimble/includes/style.html" %} {% bootstrap_javascript %} {% include "nimble/includes/navbar.html" %} {% block content %} {% endblock %}