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/index.html | |
| parent | 7de36fb647018c582f9de9a442c4e498df62515b (diff) | |
| download | website-259182720f63bbcbe258de37c9f494c085a2546f.tar.gz website-259182720f63bbcbe258de37c9f494c085a2546f.tar.bz2 website-259182720f63bbcbe258de37c9f494c085a2546f.zip | |
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..77beab4 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,6 @@ +{% extends 'base.html' %} +{% block titulo %}Sobre a {{ organizacao }}{% endblock %} +{% block principal %} +<p>A {{ organizacao }} tem como fins e objetivos a promoção da soberania digital do Brasil e de sua população. Para tanto, estamos construindo de forma colaborativa o Estatuuto, Regimento Interno e demais elementos.</p> +<p>Tem alguma sugestão? Quer participar? Veja as páginas no menu de navegação para saber como contribuir.</p> +{% endblock %} |
