<?xml version="1.0" encoding="{{ pagevars.meta.charset }}"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <link rel="alternate" type="text/html" href="{{ pagevars.homepath }}" />
    <link rel="self" type="application/atom+xml" href="{{ app.request.pathInfo }}" />
    <title>{{ pagevars.title }}</title>
    <subtitle>{{ siteSlogan() }}</subtitle>
    <id>{{ atomId() }}</id>
    <updated>{{ atomFeedLastUpdated() }}</updated>
    <author>
        <name>{{ getSystemVar('adminmail') }}</name>
    </author>
    <generator>Zikula {{ getSystemVar('Version_Num') }}</generator>
    <rights>Copyright {{ siteName() }}</rights>
    {{ maincontent|raw }}
</feed>
