moved variable declaratios to config
This commit is contained in:
@@ -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
|
||||
-%]
|
||||
@@ -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;
|
||||
-%]
|
||||
|
||||
Reference in New Issue
Block a user