defaults:
headers:
- Content-Type: text/xml
body_wrapper: |
<foo>[% content %]</foo>
routes:
- path: '/:name'
body: '<bar>[% stash.name %]</bar>'
defaults:
headers:
- Content-Type: text/xml
body_wrapper: |
<foo>[% content %]</foo>
routes:
- path: '/:name'
body: '<bar>[% stash.name %]</bar>'