<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <% types.each do |type| %><url>
    <loc><%= ::Path.posix(base_url, type.path) %></loc>
    <priority><%= priority %></priority>
    <changefreq><%= changefreq %></changefreq>
  </url><% end %>
</urlset>
