mirror of https://github.com/tiyn/beaker-blog
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
429 B
17 lines
429 B
5 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||
|
|
||
|
<channel>
|
||
5 years ago
|
<title>{{ title }}</title>
|
||
|
<description>{{ description }}</description>
|
||
7 months ago
|
<language>{{ language }}</language>
|
||
7 months ago
|
<link>{{ url_for('feed') }}</link>
|
||
|
<atom:link href="{{ url_for('feed') }}" rel="self" type="application/rss+xml" />
|
||
5 years ago
|
|
||
|
{% autoescape off %}
|
||
|
{{ content_string }}
|
||
|
{% endautoescape %}
|
||
|
|
||
|
</channel>
|
||
|
</rss>
|