]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - templates/includes/data.inc
Update templates for new abstraction method.
[working/NCIPServer.git] / templates / includes / data.inc
1 <[% type %]>
2 [%
3     myfile = "includes/$type" _ ".inc";
4     INCLUDE $myfile
5 -%]
6 </[% type %]>