From 259182720f63bbcbe258de37c9f494c085a2546f Mon Sep 17 00:00:00 2001 From: "Adonay Felipe Nogueira (http://libreplanet.org/wiki/User:Adfeno)" Date: Sun, 26 Apr 2026 17:31:30 -0300 Subject: Adiciona conteúdo do repositório provisório MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..c25a275 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,37 @@ + + + + {%- block cabeca %} + + + {%- endblock %} + {% block titulo required %}{% endblock %} — {{ organizacao }} + + +
+

{{ organizacao }}

+ +
+
+
+

{{ self.titulo() }}

+ {%- block principal required %}{% endblock -%} + {%- if self.extra() %}
{%- block extra %}{% endblock -%}
{% endif -%} +
+
+ + -- cgit v1.2.3