18 lines
334 B
Plaintext
18 lines
334 B
Plaintext
include ../components/mixin.pug
|
|
include ../components/data.pug
|
|
|
|
doctype html
|
|
html(lang="ru")
|
|
head
|
|
title #{title}
|
|
body
|
|
block header
|
|
h2= title
|
|
|
|
block nav
|
|
|
|
block content
|
|
|
|
block footer
|
|
footer
|
|
h4 © Пример html-страницы |