diff --git a/7b_Proyecto_Web_Completo.md b/7b_Proyecto_Web_Completo.md index e05ab20..947e8b9 100644 --- a/7b_Proyecto_Web_Completo.md +++ b/7b_Proyecto_Web_Completo.md @@ -35,13 +35,30 @@ Compatible con todos los navegadores. │ ├──  font-awesome │ └──  jquery ``` -*modificar Project/App/templates/App/*[***home.html***](https://gitea.kickto.net/jp.av.dev/intro_Django/src/branch/master/ProyectoWeb/ProyectoWebApp/templates/ProyectoWebApp/home.html) +*modificar Project/App/templates/App/*[***home.html*** ![img](https://gitea.kickto.net/jp.av.dev/intro_Django/raw/branch/master/ProyectoWeb/wikimg/home_sin_estilo.png) +### Cargar los contenidos linkeados en home.html +**TAG {% load static %}** +``` +... + {% load static %} + + + +... +``` +**Agregar `` + +![sitio con estilo aplicado](https://gitea.kickto.net/jp.av.dev/intro_Django/raw/branch/master/ProyectoWeb/wikimg/home_style.png) + + ## Modificar Templates, para usar herencia +### Creación plantilla base + ## Herencia de Plantillas y estructura del sitio \ No newline at end of file