From ec5f299c14e361107806f035fc3ff0956cff1232 Mon Sep 17 00:00:00 2001 From: Tercio da Silva Ferreira Date: Mon, 18 May 2026 22:38:55 -0300 Subject: [PATCH] teste5 --- templates/_layout1.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/_layout1.html b/templates/_layout1.html index 3ab1203..7c61dd7 100644 --- a/templates/_layout1.html +++ b/templates/_layout1.html @@ -1,4 +1,3 @@ -out1.html {# Curso Django Framework do Zero: https://www.youtube.com/playlist?list=PLFOqHo8oIjzewcT23HCxJV0xWO451CTJe #} {% extends '_base.html' %} {# herda tudo que já tem em _base.html #} {% load static %} {# carrega o módulo static para fornecer arquivos estáticos #}