t('.title') ?>

formTag(['action' => 'search'], ['method' => 'get'], function(){ ?> textFieldTag("query", $this->h($this->params()->query), ['size' => '40']) ?> submitTag($this->t('.search')) ?> notes) : ?>
notes as $note) : ?>
linkTo($this->imageTag($note->post->preview_url(), ['width' => $note->post->preview_dimensions()[0], 'height' => $note->post->preview_dimensions()[1]]), ['post#show', 'id' => $note->post_id]) ?>
h($note->formatted_body()) //sanitize ?>
willPaginate($this->notes) ?>
partial("footer") ?>