1
0
dwelling-upload/web
Alexander "Arav" Andreev 7a8b7964ec
I modified templates to include a base.jade, and to alter blocks defined in a base with block append.
But jade behave that that blocks are actually being appended to theirs places, but they are also being included to the end of a file. So, I had to manually modify resulted .jade.go files.
2022-06-14 18:45:23 +04:00
..
assets Assets and templates are moved to root/web. 2022-05-25 00:28:33 +04:00
templates I modified templates to include a base.jade, and to alter blocks defined in a base with block append. 2022-06-14 18:45:23 +04:00
error404.jade.go Pre-generated templates. 2022-06-13 20:24:17 +04:00
index.jade.go Fixed var type in an index template. 2022-06-13 20:55:52 +04:00
jade.go Jade's helper library for templates. 2022-06-13 20:02:33 +04:00
nospace.jade.go Pre-generated templates. 2022-06-13 20:24:17 +04:00
uploaded.jade.go Pre-generated templates. 2022-06-13 20:24:17 +04:00
web.go Added flags for using of a standard library to a jade compiler. 2022-06-14 18:40:21 +04:00