20 lines
430 B
Plaintext
20 lines
430 B
Plaintext
[% DEFAULT
|
|
color = 'blue'
|
|
title = 'Sonntag'
|
|
subtitle = ''
|
|
credo = 'library/gebete/credo/apostolisch_de.tex'
|
|
gregorian = 0
|
|
small_head = 0
|
|
small_footer = 0
|
|
lent = 0
|
|
meditations = 0
|
|
config_dir = '../config'
|
|
library_dir = '../library'
|
|
propers_dir = '../propers/'
|
|
-%]
|
|
[% PROCESS "${config_dir}/variables.tt";
|
|
IF proper != '';
|
|
PROCESS "${propers_dir}/${proper}.tt";
|
|
END;
|
|
-%]
|