aboutsummaryrefslogtreecommitdiffstats
path: root/src/rest/templates/emitter.txt
blob: 78c619df47d970acd6d583a785016ccb0ce9e19b (plain)
1
2
3
4
5
6
7
{{ resource.name }}
{{ resource.description }}

{% autoescape off %}HTTP/1.0 {{ resource.resp_status }} {{ resource.resp_status_text }}
{% for key, val in resource.resp_headers.items %}{{ key }}: {{ val }}
{% endfor %}
{{ content }}{% endautoescape %}