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

6 lines
142 B
HTML

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