formTag(['action' => "search"], ['method' => 'get'], function(){ ?> textFieldTag("query", $this->params()->query, ['size' => 40]) ?> submitTag($this->t('.submit')) ?>
comments as $comment) : ?>
t('.post') ?> t('.message') ?> t('.author') ?> t('.time') ?>
linkTo("#".$comment->post_id, ['controller' => "post", 'action' => "show", 'id' => $comment->post_id]) ?> linkTo($this->h(substr($comment->body, 0, 70)) . "...", ['controller' => "post", 'action' => "show", 'id' => $comment->post_id, 'anchor' => "c#".$comment->id]) ?> user_id) : ?> h($comment->pretty_author()) ?> h($comment->pretty_author()) ?> t(['time.x_ago', 't' => $this->timeAgoInWords($comment->created_at)]) ?>
willPaginate($this->comments) ?>
partial("footer") ?>