{# Try to infer type if server responds with an XML file. Otherwise viewsource. #}
{% if page.channel %}{% include "../application/rss+xml" %}
{% else %}{{ xml }}{% endif %}
