1
0
Commit Graph

13 Commits

Author SHA1 Message Date
985dfaa8ab
Added a Delete section in an index template. 2022-07-01 03:59:01 +04:00
52ab9a3167
These parts aren't needed. 2022-06-14 18:45:44 +04:00
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
c90939eeac
Fixed var type in an index template. 2022-06-13 20:55:52 +04:00
677aaa288a
Unfortunately, Jade cannot extend templates. Instead you must include parts. 2022-06-13 20:00:49 +04:00
09eaecd8ed
Assets and templates are moved to root/web. 2022-05-25 00:28:33 +04:00
61dae0e57f
Moved web dir inside internal/handlers for go:embed. 2022-02-08 17:44:49 +04:00
ebc4442540
New Jade templates. 2022-02-08 04:24:20 +04:00
435c32c500
Remove Amber templates. 2022-02-08 04:22:41 +04:00
6a8da44ee5
Superior 404 template. xDDD 2022-02-07 23:10:10 +04:00
3b851637e5
Added blocks head and header in base.amber. 2022-02-07 23:09:49 +04:00
d893a9492b
A NotFound page template. 2022-02-07 22:52:20 +04:00
473b23cbb0
Amber templates. 2022-02-07 04:49:10 +04:00