{% extends "theme_bootstrap/base.html" %} {% load static %} {% block head_title %}{% block title %}{% endblock %}{% endblock %} {% block script_base %} {{ block.super }} {% endblock %} {% block site_brand %} PYBB Modified. Django forum solution. {% endblock %} {% block nav %} {% endblock %} {% block body %}
{% if request.path != '/' %} {% endif %} {% if request.path == '/' %}
This is a default installation of PyBBModified with default theme from example.
{% endif %}
{% block content %}{% endblock %}
{% if request.path == '/' %}

Fully Documented

Everything explained

Read docs now »

Heavily tested

95% code coverage!

View tests »

Want a fast start?

Start from ready to use example project

Read more »

Django application

Easy to embed to any django project

Learn how to install »

Help welcomed

Extended PyBBM? Push your changes.

Fork repo »

{% endif %} {% endblock %} {% block footer %} {% endblock %}