{% load staticfiles i18n %} {% block title %}django-xperms{% endblock title %} {% block css %} {% endblock %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% block content %}

Use this document as a way to quick start any new project.

The current template is loaded from django-xperms/example/templates/base.html.

Whenever you overwrite the contents of django-xperms/xperms/urls.py with your own content, you should see it here.

{% endblock content %}
{% block modal %}{% endblock modal %} {% block javascript %} {% endblock javascript %}