##// END OF EJS Templates
Add APIHandler base class...
Add APIHandler base class - ensures all API responses are json - sets CSP to prevent js execution on all API replies

File last commit:

r18966:b28ec91e
r21469:b15ba97b
Show More
script.tpl
5 lines | 85 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends 'null.tpl' -%}
{% block input %}
{{ cell.source }}
{% endblock input %}