{% if not raw %}
Name {{resource.name}}
Path {{resource.path}}
{% else %}
{{resource|json_encode(constant('JSON_PRETTY_PRINT') b-or constant('JSON_UNESCAPED_SLASHES') b-or constant('JSON_UNESCAPED_UNICODE'))}}
{% endif %}