4 <title>{{ name }}</title>
5 <dateModified>{{ date_822 }}</dateModified>
6 <ownerName>{{ owner_name }}</ownerName>
7 <ownerEmail>{{ owner_email }}</ownerEmail>
11 {% for channel in Channels %}
12 <outline type="rss" text="{{ channel.name }}" xmlUrl="{{channel.url }}" title="{% firstof channel.title channel.name %}"{% if channel.channel_link %} htmlUrl="{{ channel.channel_link }}"{% endif %} /> {% endfor %}