{% extends "base_content.html" %} {% load i18n %} {% load extra_tags %} {% load humanize %} {% block title %}{% spaceless %}{% trans "About" %}{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %}
{% trans "About" %}

edit file templates/about.html. Below are just suggestions of what can go here

what is your site for?

how does it work? what are roles of members?

is there a place to find out more about this website?

{% endblock %}