{% load staticfiles i18n %} {% block title %}Django-Cryptolock{% 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-cryptolock/example/templates/base.html.

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

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