<?xml version="1.0" encoding="utf-8"?>
 <feed xmlns="http://purl.org/atom/ns#">
  {foreach from=$blogs item=blog}
  <link xmlns="http://purl.org/atom/ns#" type="application/x.atom+xml" rel="service.post" href="{$url->servicePostUrl($blog)}" title="{$blog->getBlog()}"/>
  <link xmlns="http://purl.org/atom/ns#" type="application/x.atom+xml" rel="service.feed" href="{$url->serviceFeedUrl($blog)}" title="{$blog->getBlog()}"/>
  <link xmlns="http://purl.org/atom/ns#" type="application/x.atom+xml" rel="service.upload" href="{$url->serviceUploadUrl($blog)}" title="{$blog->getBlog()}"/>
  <link xmlns="http://purl.org/atom/ns#" type="application/x.atom+xml" rel="service.categories" href="{$url->serviceCategoriesUrl($blog)}" title="{$blog->getBlog()|escape}"/>
  <link xmlns="http://purl.org/atom/ns#" type="text/html" rel="alternate" href="{$url->blogLink($blog)}" title="{$blog->getBlog()}"/>
  {/foreach}
</feed>