Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<!doctype html>
2
<html lang="en">
3
  <head>
4
    {{ partial "header" . }}
5
  </head>
6
  <body>
7
    {{ partial "skippy" . }}
8
 
9
    {{ .Content }}
10
 
11
    {{ partial "footer" . }}
12
  </body>
13
</html>