{% extends 'bootstrap.html' %} {% load propeller %} {% block propeller_content %}

{% block title %}django-propeller{% endblock %}

{% autoescape off %}{% propeller_messages %}{% endautoescape %} {% block content %}(no content){% endblock %}
{% endblock %}