posts->blank()) : ?>

t('.empty') ?>

posts as $post) : ?>
linkTo($this->imageTag($post->preview_url(), array('title' => $post->tags(), 'class' => 'preview javascript-hide', 'id' => 'p'.$post->id, 'width' => $post->preview_dimensions()[0], 'height' => $post->preview_dimensions()[1])), array('post#show', 'id' => $post->id)) ?> 
t('.date') ?> compact_time($post->created_at) ?> t('.user') ?> linkTo($this->h($post->author()), array('user#show', 'id' => $post->user->id)) ?> t('ratings._') ?> pretty_rating() ?> t('.score') ?> score ?> vote_widget(current_user()) ?> vote_tooltip_widget() ?> comments->size() > 6) : ?> t('.hidden') ?> linkTo($post->comments->size() - 6, array('post#show', 'id' => $post->id)) ?>
t('.tags') ?> tags() as $name) : ?> linkTo(str_replace('_', ' ', $name), array('post#', 'tags' => $name)) ?>
partial("comments", array('comments' => $post->recent_comments(), 'post_id' => $post->id, 'hide' => 'true')) ?>
willPaginate($this->posts) ?>
page_uses_translations)) : ?> contentFor('above_footer', function(){ ?> t(array('.translation_html', 'p' => $this->linkTo('Google', 'http://translate.google.com'))) ?>
partial('footer') ?>