From: Karl O. Pinc Date: Fri, 2 Aug 2024 16:42:13 +0000 (-0500) Subject: Put page heading in the base template X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=47236efd945a3622e03bc02e026b1548a3408daf;p=pgwui_common Put page heading in the base template --- diff --git a/src/pgwui_common/templates/base.mak b/src/pgwui_common/templates/base.mak index 8439656..aed4d03 100644 --- a/src/pgwui_common/templates/base.mak +++ b/src/pgwui_common/templates/base.mak @@ -70,6 +70,8 @@
+

<%block name="page_heading" />

+ ${self.body()} <%block name="bottom_matter" />