{% load bootstrap3 %} {% bootstrap_css %} {% bootstrap_javascript jquery=1 %} {% load staticfiles %}
{% block page_title %}{% endblock %}
{% block extrahead %}{% endblock %}
{% include "navbar.html" with user=user %}
{% block breadcrumbs %}
Home
{% endblock %}
{% bootstrap_messages %}
{% block content_title %}{% endblock %}
{% block content %}{{ content }}{% endblock %}
{% block footer %}{% endblock %}