- create an ordinary adp file pointing it to dotlrn-master
- compile the template with:
set code [template::adp_compile -file $path_to_adp]
- merge the template with your data sources with:
set html [template::adp_eval code]
- output the error page with:
ns_return 200 text/html $html