<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:georss="http://www.georss.org/georss" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[{{ site.title }}: {{ language.essays }}]]></title>
		<link><![CDATA[<koken:link to="essays" echo="true" />]]></link>
		<description><![CDATA[{{ language.essays_from_title collate="site.title" }}]]></description>
		<generator>http://koken.me</generator>
		<lastBuildDate><koken:time rss="true" /></lastBuildDate>
		<atom:link href="{{location.host}}{{location.root_folder}}{{ location.here }}" rel="self" type="application/rss+xml" />
		<koken:load limit="10">
			<koken:loop>
				<koken:include file="inc/essay.rss.lens" />
			</koken:loop>
		</koken:load>
	</channel>
</rss>