/modules/mod_atom_feed/templates/atom_feed_search.tpl
https://code.google.com/p/zotonic/ · Smarty Template · 13 lines · 11 code · 2 blank · 0 comment · 3 complexity · 0d2fb700c69e562ea14051fd7f725764 MD5 · raw file
- <feed xmlns="http://www.w3.org/2005/Atom" xml:base="{{ site_url }}" xml:lang="en">
- <generator uri="http://zotonic.com/">Zotonic - Atom Feed Module</generator>
- <updated>{{ updated|date:"c" }}</updated>
- <logo />
- <link rel="self" type="application/atom+xml" href="{{ site_url }}{% url atom_feed_search %}" />
- <id>zotonic.atom.search</id>
- <title>{{ m.config.site.title.value|escapexml }} - {{ feed_title|escapexml }}{% if qtext %} - "{{ qtext|escapexml }}"{% endif %}</title>
- {% for id in ids %}
- {% include "_atom_entry.tpl" id=id %}
- {% endfor %}
-
- </feed>