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