blob: 3c9e4b0d5be906afd60b3768fde318c7e9b764a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>{{ title }}</title>
<link>{{ site_url }}/</link>
<description>Real-time strategy game set in ancient history</description>
{{ content }}
</channel>
</rss>
|