{% load staticfiles i18n %} {% block title %}Django Powerbank{% 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-powerbank/project_example/templates/django_powerbank/base.html.

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

Learn more

{% endblock content %}