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