summaryrefslogtreecommitdiff
path: root/templates/regimento-interno.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/regimento-interno.html')
-rw-r--r--templates/regimento-interno.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/regimento-interno.html b/templates/regimento-interno.html
new file mode 100644
index 0000000..f8921c2
--- /dev/null
+++ b/templates/regimento-interno.html
@@ -0,0 +1,10 @@
+{% extends 'base.html' %}
+{% block titulo %}Regimento Interno{% endblock %}
+{% block principal %}
+<p>Versão estática do Regimento Interno.</p>
+{% endblock %}
+{% block extra %}
+<h3>Sugerindo alterações</h3>
+<p>Uma das formas de propor mudanças neste documento é <a href="">deixar uma mensagem no ActivityPub</a>.</p>
+<p>Você também pode <a href="/contato.html">fazer um comentário ou entrar em contato de outras formas</a>.</p>
+{% endblock %}