11<!DOCTYPE html>
22<html lang =" es" >
3- <head >
4- <!-- Google tag (gtag.js)
5- <script async src="https://www.googletagmanager.com/gtag/js?id=G-XM2E5589LJ"></script>
6- <script>
7- window.dataLayer = window.dataLayer || [];
8- function gtag(){dataLayer.push(arguments);}
9- gtag('js', new Date());
10- gtag('config', 'G-XM2E5589LJ');
11- </script>
12- -->
13- <meta charset =" UTF-8" >
14- <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
15- <link rel =" stylesheet" href =" https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" >
16- <link rel =" stylesheet" href =" {{ '/css/styles.css' | url }}" >
17- <link href =" https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Montserrat:wght@700&display=swap" rel =" stylesheet" >
18-
19- <title >{{ title }} </title >
20- </head >
21- <body >
22-
23- {% include " header.njk" %}
24-
25- {% include " nav.njk" %}
26-
27- <!-- Contenido principal -->
28- <div class =" container" >
29- <div class =" contenido-principal" >
30- {{ content | safe }}
31- </div >
32- <div class =" boton-ruta-aprendizaje mt-4" >
33- <a href =" {{ '/ruta-aprendizajeDS' | url }}" class =" btn btn-primary" >Volver a la ruta de aprendizaje</a >
34- </div >
35- </div >
3+ <head >
4+
5+ <meta charset =" UTF-8" >
6+ <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
7+ <link rel =" stylesheet" href =" https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" >
8+ <link rel =" stylesheet" href =" {{ '/css/styles.css' | url }}" >
9+ <link href =" https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Montserrat:wght@700&display=swap" rel =" stylesheet" >
10+
11+ <title >{{ title }} </title >
3612
13+ <!-- Google tag (gtag.js) -->
14+ <script async src =" https://www.googletagmanager.com/gtag/js?id=G-X1EETP8PXC" ></script >
15+ <script >
16+ window .dataLayer = window .dataLayer || [];
17+ function gtag () {
18+ dataLayer .push (arguments );
19+ }
20+ gtag (' js' , new Date ());
21+ gtag (' config' , ' G-X1EETP8PXC' );
22+ </script >
23+ </head >
24+ <body >
25+
26+ {% include " header.njk" %}
27+
28+ {% include " nav.njk" %}
29+
30+ <!-- Contenido principal -->
31+ <div class =" container" >
32+ <div class =" contenido-principal" >
33+ {{ content | safe }}
34+ </div >
35+ <div class =" boton-ruta-aprendizaje mt-4" >
36+ <a href =" {{ '/ruta-aprendizajeDS' | url }}" class =" btn btn-primary" >Volver a la ruta de aprendizaje</a >
37+ </div >
38+ </div >
3739
38- <!-- Footer -->
39- {% include " footer.njk" %}
40+ <!-- Footer -->
41+ {% include " footer.njk" %}
4042
41- <script src =" {{ '/js/scripts.js' | url }}" ></script >
42- <script src =" https://code.jquery.com/jquery-3.6.0.min.js" ></script >
43- <script src =" https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" ></script >
44- <script src =" https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" ></script >
45- </body >
46- </html >
43+ <script src =" {{ '/js/scripts.js' | url }}" ></script >
44+ <script src =" https://code.jquery.com/jquery-3.6.0.min.js" ></script >
45+ <script src =" https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" ></script >
46+ <script src =" https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" ></script >
47+ </body >
48+ </html >
0 commit comments