From: Karl O. Pinc Date: Wed, 31 Jul 2024 17:21:11 +0000 (-0500) Subject: Add block for bottom matter to base template X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=c7fc3c1d795da173d1b9d1e181dacb4f76efe382;p=pgwui_common Add block for bottom matter to base template --- diff --git a/src/pgwui_common/templates/base.mak b/src/pgwui_common/templates/base.mak index ecaa100..8439656 100644 --- 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()}