fixed indents
This commit is contained in:
@@ -77,17 +77,17 @@ RawFeature = {+ss06}
|
||||
|
||||
[% USE song_choices = datafile("${config_dir}/song_choices.csv", delim= '|') %]
|
||||
[% IF parts == 0 -%]
|
||||
parts = ensemble
|
||||
parts = ensemble
|
||||
[% END -%]
|
||||
[% FOREACH song = song_choices %]
|
||||
\newpage
|
||||
[% template = song.template == '' ? "song_template.tt" : song.template -%]
|
||||
[% INCLUDE "$template"
|
||||
purpose = song.purpose
|
||||
title = song.title
|
||||
content = song.content
|
||||
variables = song.variables ? "${song.variables}/assignments.tt" : ''
|
||||
%]
|
||||
[% template = song.template == '' ? "song_template.tt" : song.template -%]
|
||||
[% INCLUDE "$template"
|
||||
purpose = song.purpose
|
||||
title = song.title
|
||||
content = song.content
|
||||
variables = song.variables ? "${library_dir}/${song.variables}/assignments.tt" : ''
|
||||
%]
|
||||
[% END %]
|
||||
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user