moved variable declaratios to config

This commit is contained in:
2024-11-24 09:37:36 +01:00
parent 6f60bdd652
commit fe5ba3a18f
2 changed files with 13 additions and 1 deletions
+5 -1
View File
@@ -11,4 +11,8 @@
config_dir = '../config'
library_dir = '../library'
-%]
[%# PROCESS propers/per_annum_XIII.tt -%]
[% PROCESS "${config_dir}/variables.tt";
IF proper != '';
PROCESS "propers/${proper}.tt";
END;
-%]