From 1e9597f70130dbec087d8fc59a7f79f1f1f120e3 Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Tue, 17 Nov 2020 04:30:10 -0300 Subject: [PATCH] --- 7b_Proyecto_Web_Completo.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/7b_Proyecto_Web_Completo.md b/7b_Proyecto_Web_Completo.md index 1bfaa55..f591d82 100644 --- a/7b_Proyecto_Web_Completo.md +++ b/7b_Proyecto_Web_Completo.md @@ -61,7 +61,8 @@ Estilo aplicado, *vista escritorio* ![responsive](https://gitea.kickto.net/jp.av.dev/intro_Django/raw/branch/master/ProyectoWeb/wikimg/responsive.png) -## Modificar Templates, para usar herencia +## Herencia de Plantillas y estructura del sitio +### Modificar Templates, para usar herencia ### Creación plantilla base @@ -93,4 +94,31 @@ e indicar **herencia** de **base.html** ... {% endblock %} ``` -## Herencia de Plantillas y estructura del sitio \ No newline at end of file + +### Barra de navegacion, destacar sitio en visita +**base.html** `{% if request.path == '/' %}active{% endif %}` +``` +... + +... +``` + \ No newline at end of file