diff options
| author | Adonay Felipe Nogueira (http://libreplanet.org/wiki/User:Adfeno) <adfeno.7046@gmail.com> | 2026-04-26 17:31:30 -0300 |
|---|---|---|
| committer | Adonay Felipe Nogueira (http://libreplanet.org/wiki/User:Adfeno) <adfeno.7046@gmail.com> | 2026-04-26 17:31:30 -0300 |
| commit | 259182720f63bbcbe258de37c9f494c085a2546f (patch) | |
| tree | c14622f93375fd4f5a080d47f8510fbdcd2ec40f /templates/estatuto.html | |
| parent | 7de36fb647018c582f9de9a442c4e498df62515b (diff) | |
| download | website-259182720f63bbcbe258de37c9f494c085a2546f.tar.gz website-259182720f63bbcbe258de37c9f494c085a2546f.tar.bz2 website-259182720f63bbcbe258de37c9f494c085a2546f.zip | |
Diffstat (limited to 'templates/estatuto.html')
| -rw-r--r-- | templates/estatuto.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/estatuto.html b/templates/estatuto.html new file mode 100644 index 0000000..8348bac --- /dev/null +++ b/templates/estatuto.html @@ -0,0 +1,16 @@ +{% extends 'base.html' %} +{% block titulo %}Estatuto{% endblock %} +{% block principal %} +<p>Versão estática do Estatuto.</p> +<h3>Teste A</h3> +<p>A 1</p> +<h3>Teste B</h3> +<p>B 1</p> +<h4>Teste B B</h4> +<p>B B 1</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 %} |
