This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
chenxixian
/
myblog
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
myblog
/
node_modules
/
pug
/
test
/
cases
/
mixins.rest-args.pug
mixins.rest-args.pug
98 B
Permalink
Histórico
Raw
1
2
3
4
5
6
mixin list(tag, ...items)
#{tag}
each item in items
li= item
+list('ul', 1, 2, 3, 4)