- or download this
print_definitions(
file => "some_file_a.txt",
headings => [ "term", "definition" ],
)
- or download this
[% INCLUDE print_definitions.tt
file = "some_file_a.txt"
headings = [ "term", "definition" ]
content = "this ends up in variable content "
%]
- or download this
[% WRAPPER print_definitions.tt
file = "some_file_a.txt"
headings = [ "term", "definition" ]
%] this ends up in variable content [% END %]