projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed33b7a
)
Add block for bottom matter to base template
author
Karl O. Pinc
<kop@karlpinc.com>
Wed, 31 Jul 2024 17:21:11 +0000
(12:21 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Wed, 31 Jul 2024 17:21:11 +0000
(12:21 -0500)
src/pgwui_common/templates/base.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_common/templates/base.mak
b/src/pgwui_common/templates/base.mak
index ecaa100e2faffd6b0989360fc0312655e8422a18..8439656f2523da27b6b4e0f97ac1d095d9f527d0 100644
(file)
--- a/
src/pgwui_common/templates/base.mak
+++ b/
src/pgwui_common/templates/base.mak
@@
-72,6
+72,8
@@
${self.body()}
+ <%block name="bottom_matter" />
+
${self.navbar()}
</body>