Fix problem with leading whitespace stripping
authorKarl O. Pinc <kop@karlpinc.com>
Sat, 2 Jan 2021 22:23:07 +0000 (16:23 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Sat, 2 Jan 2021 22:23:07 +0000 (16:23 -0600)
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish

index 31e9ac5ad28e5473aa54246e962fc95811cf49e9..7e1ad054e7e0a6e1ce06012e162b2c6e86c08d63 100644 (file)
 </ %% doc>
 
 
-< %% !
+<%text>< %% !
     from pgwui_common.path import asset_abspath
 
     auth_base_mak = asset_abspath('pgwui_common:templates/auth_base.mak')
- %% >
+ %% ></%text>
 
 < %% inherit file="$ {auth_base_mak}" />