{% load staticfiles %} {# Load the tag library #} {% load bootstrap3 %} {# Load CSS and JavaScript #} {% bootstrap_css %} {% bootstrap_javascript %} {% block title %}Re2o{% endblock %}
{# Display django.contrib.messages as Bootstrap alerts #} {% bootstrap_messages %}
{% block content %}{% endblock %}

ADS

ADS

{# Read the documentation for more information #}