Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
jan
/
mustache.js
réplica de
https://github.com/janl/mustache.js
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
46
Wiki
Actividad
Explorar el Código
add nexting example
tags/0.5.0-vsc
Jan Lehnardt
hace 15 años
padre
faa94ba1d4
commit
29de9bacf5
Se han
modificado 3 ficheros
con
16 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-0
examples/nesting.html
+7
-0
examples/nesting.js
+4
-0
examples/nesting.txt
+ 5
- 0
examples/nesting.html
Ver fichero
@@ -0,0 +1,5 @@
{{#foo}}
{{#a}}
{{b}}
{{/a}}
{{/foo}}
+ 7
- 0
examples/nesting.js
Ver fichero
@@ -0,0 +1,7 @@
var nesting = {
foo: [
{a: {b: 1}},
{a: {b: 2}},
{a: {b: 3}}
]
};
+ 4
- 0
examples/nesting.txt
Ver fichero
@@ -0,0 +1,4 @@
1
2
3
Escribir
Vista previa
Cargando…
Cancelar
Guardar