<% from datetime import datetime %> ${bf.config.blog.name} ${bf.config.blog.url} ${bf.config.blog.description} ${datetime.utcnow().strftime("%a, %d %b %Y %H:%M:%S GMT")} Blogofile hourly 1 % for post in posts[:10]: ${post.title} ${post.permalink} ${post.date.strftime("%a, %d %b %Y %H:%M:%S %Z")} % for category in post.categories: % endfor % if post.guid: ${post.guid} % else: ${post.permalink} % endif ${post.title} % endfor