mirror of
https://github.com/rmaake1/httpstatuses.git
synced 2024-11-20 01:12:43 +01:00
11 lines
320 B
Plaintext
11 lines
320 B
Plaintext
extends layout.jade
|
|
|
|
block contents
|
|
.hero.introduction: .container: .row: .twelve.columns !{contents}
|
|
|
|
.container.codes: .row: .twelve.columns
|
|
each group in groups.codes
|
|
ul
|
|
h2 !{group.title}
|
|
each code in group.items
|
|
li #[a(href='/#{code.code}') #[span !{code.code}] #{code.title}] |