5 lines
91 B
Text
5 lines
91 B
Text
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
Put an announcement here.
|
|
{% endblock %}
|