mirror of
https://github.com/rmaake1/httpstatuses.git
synced 2024-11-02 00:32:36 +01:00
6383b80064
Makes use of the first paragraph of the status code!
18 lines
490 B
Plaintext
18 lines
490 B
Plaintext
extends layout.jade
|
|
|
|
block title
|
|
title !{code} !{title} — httpstatuses.com
|
|
|
|
block description
|
|
meta(name='description' content='HTTP Status Code ' + code + ': ' + excerpt)
|
|
|
|
block contents
|
|
article.code.container
|
|
h2 !{groups.codes[set].title}
|
|
h1 #[span !{code}] !{title}
|
|
!= contents
|
|
if references
|
|
h1.section #[span !{code}] Code References
|
|
each value, key in references
|
|
p !{key} #[code !{value}]
|
|
a(href='/') ← Return to httpstatuses.com |