19 lines
583 B
Plaintext
19 lines
583 B
Plaintext
doctype html
|
|
html(lang='lang:en-gb')
|
|
head
|
|
title #{title}
|
|
include ../console.css
|
|
body
|
|
#wrap
|
|
#container1
|
|
#container2
|
|
include ../header/logo.pug
|
|
include ../header/title.pug
|
|
#container3
|
|
#container4
|
|
include ../navigation/nav1.pug
|
|
include ../errors/54_email_not_found_main.pug
|
|
#container5
|
|
#container6
|
|
include ../footer/left.pug
|
|
include ../footer/right.pug |