moving all labs to old dir
This commit is contained in:
18
old/labs/fake-lab5/src/pages/template.pug
Normal file
18
old/labs/fake-lab5/src/pages/template.pug
Normal file
@@ -0,0 +1,18 @@
|
||||
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-страницы
|
||||
Reference in New Issue
Block a user