2015-11-06 21:40:58 +01:00
|
|
|
extends layout.jade
|
|
|
|
|
|
|
|
block title
|
2015-11-08 01:13:13 +01:00
|
|
|
title !{code} !{title} — httpstatuses.com
|
2015-11-06 21:40:58 +01:00
|
|
|
|
|
|
|
block contents
|
|
|
|
.code
|
|
|
|
article.container.code: .row: .twelve.columns
|
|
|
|
h2 !{groups.codes[set].title}
|
|
|
|
h1 #[span !{code}] !{title}
|
|
|
|
!= contents
|
2015-11-06 22:10:41 +01:00
|
|
|
if references
|
2015-11-08 23:11:13 +01:00
|
|
|
h1.section #[span !{code}] Code References
|
2015-11-06 22:10:41 +01:00
|
|
|
each value, key in references
|
2015-11-06 22:23:15 +01:00
|
|
|
p !{key} #[code !{value}]
|
2015-11-08 01:13:13 +01:00
|
|
|
a(href='/') ← Return to httpstatuses.com
|