<div class='download hud'>
  <ul>
    <li>
      <h1>Download</h1>
    </li>
    <li>
      <a class='download' href='<%= get('download') %>'>
        <span class='icon'></span>
        <span class='file'><%= get('id') %>.mbtiles</span>
        <span class='size'><%= format('size', get('filesize')) %></span>
      </a>
      <div class='description'>
        For use with TileStream, the MapBox iPad app and applications that support the <a href='http://www.mbtiles.org'>MBTiles</a> format.
      </div>
    </li>
  </ul>
</div>
