]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - templates/response.tt
Get rid of the namespace prefix in templates and includes.
[working/NCIPServer.git] / templates / response.tt
1 <[% type %]>
2 [% IF header;
3       INCLUDE "includes/ResponseHeader.inc";
4    END;
5    IF data;
6       INCLUDE "includes/data.inc";
7    ELSIF problem;
8       INCLUDE "includes/problem.inc";
9    END;
10 -%]
11 </[% type %]>