{% load staticfiles i18n %} {% block title %}Django Opt-out application{% endblock title %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% block content %}

Hello, world!

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


The current template is loaded from django-opt-out/project_example/templates/django_opt_out/base.html.

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

Learn more

{% endblock content %}