nfww that was a fake

This commit is contained in:
2025-11-28 11:05:07 +10:00
parent ebe6566b87
commit 0bdaa800f6
21 changed files with 0 additions and 0 deletions

View File

@@ -1,19 +0,0 @@
extends template
block nav
nav
+createMenu(dictMenu, 'Главная')
block content
div.images
each pict in listImages
a(href= "building.html")
img(src= require("../images/" + pict))
article
each item in listSections
section
h3= item.header
img(src= require("../images/" + item.image))
p= item.text
a(href="#") …