{% load static %} {{ form.media.css }} {% block title %}{% endblock %} {% block head %}{% endblock %}
Django gallery solution
{% if messages %}
    {% for message in messages %} {{ message }} {% endfor %}
{% endif %} {% if request.path != '/' %} {% endif %} {% if request.path == '/' %}
This is a default installation of PyBBModified with default theme from example.
{% endif %} {% block content %} {% endblock content %}
{% if request.path == '/' %} {% endif %}
{{ form.media.js }}