sceneLayers.pug 127 Bytes
Newer Older
Athanasios's avatar
Athanasios committed
1
2
3
4
5
6
7
8
9
10
doctype html
style.
  ul {
    list-style: none;
  }

ul
  each layer in layers
    li
      a(href=`${layer}`)= layer