From ca44d26e7c6efffd06df93c3bc12e067410162e7 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 2 Aug 2024 13:05:59 -0500 Subject: [PATCH] Put page heading in the base template --- .../TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish b/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish index 0d97ef2..7435018 100644 --- a/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish +++ b/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish @@ -54,7 +54,9 @@

-

Descriptive Heading

+<%block name="page_heading"> + Descriptive Heading + < %% def name="example_row(tab_index)"> -- 2.34.1