Files
uni-web-site/labs/fake-lab5/src/pages/template.pug
2025-11-28 11:05:07 +10:00

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-страницы