Put page heading in the base template
authorKarl O. Pinc <kop@karlpinc.com>
Fri, 2 Aug 2024 16:42:13 +0000 (11:42 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Fri, 2 Aug 2024 16:42:13 +0000 (11:42 -0500)
src/pgwui_common/templates/base.mak

index 8439656f2523da27b6b4e0f97ac1d095d9f527d0..aed4d039294105d7c260b4e3ef1231eb2c7b2f9b 100644 (file)
@@ -70,6 +70,8 @@
 
   <hr />
 
+  <h1><%block name="page_heading" /></h1>
+
   ${self.body()}
   
   <%block name="bottom_matter" />