projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78ba855
)
Put page heading in the base template
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 2 Aug 2024 16:42:13 +0000
(11:42 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 2 Aug 2024 16:42:13 +0000
(11:42 -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 8439656f2523da27b6b4e0f97ac1d095d9f527d0..aed4d039294105d7c260b4e3ef1231eb2c7b2f9b 100644
(file)
--- a/
src/pgwui_common/templates/base.mak
+++ b/
src/pgwui_common/templates/base.mak
@@
-70,6
+70,8
@@
<hr />
+ <h1><%block name="page_heading" /></h1>
+
${self.body()}
<%block name="bottom_matter" />