echo "" ?>
  
    Gallery 3
    = html::clean($feed->title) ?>
    = $feed->uri ?>
    = html::clean($feed->description) ?>
    en-us
    
    
     if (!empty($feed->previous_page_uri)): ?>
    
     endif ?>
     if (!empty($feed->next_page_uri)): ?>
    
     endif ?>
    = $pub_date ?>
    = $pub_date ?>
     foreach ($feed->comments as $comment): ?>
    - 
      = html::purify($comment->title) ?>
      = html::clean($comment->item_uri) ?>
      = html::clean($comment->author) ?>
      = $comment->item_uri ?>
      = $comment->pub_date ?>
      
        = nl2br(html::purify($comment->text)) ?>
          
             
            
          
        ]]>
      
    
     endforeach ?>