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
+8
View File
@@ -0,0 +1,8 @@
[%# set variables proper, color, title, subtitle, credo, gregorian, small_head, small_footer, lent, meditations -%]
[%
proper = ''
gregorian = 0
small_head = 0
small_footer = 0
meditations = 0
-%]
+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;
-%]