httpstatuses/templates/index.jade

12 lines
322 B
Plaintext
Raw Normal View History

2015-11-06 21:40:58 +01:00
extends layout.jade
block contents
.hero.introduction: .container: .row: .twelve.columns !{contents}
.container.codes
each group in groups.codes
section
h2 !{group.title}
each code in group.items
article
h3 #[a(href='/#{code.code}') #[span !{code.code}] #{code.title}]