Files
uni-web-site/old/labs/fake-lab5/src/pages/template.pug
2026-02-26 21:55:48 +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-страницы