Files
django-ram/ram/portal/templates/home.html

6 lines
143 B
HTML

{% extends "roster.html" %}
{% block header %}
<p class="lead text-muted">{{ site_conf.about | safe }}</p>
{% endblock %}