canonical_url = $this->urlFor(['post#show', 'id' => $this->post->id, 'only_path' => false]) ?>
provide('title', str_replace('_', ' ', $this->post->title_tags())) ?>
= $this->contentFor('html_header', function() { ?>
= $this->partial('social_meta') ?>
post) : ?>
= $this->t('.empty') ?>
post->can_be_seen_by(current_user())) : ?>
= $this->partial('post/show_partials/status_notices', array('pools' => $this->pools)) ?>
can_show_ad('post#show-top', current_user())) : ?>
= $this->partial('horizontal', ['position' => 'top']) ?>
= $this->partial('post/show_partials/image') ?>
= $this->partial('post/show_partials/image_footer', ['post_id' => $this->post->id]) ?>
= $this->partial('post/show_partials/edit') ?>
= $this->partial('post/show_partials/comments') ?>
can_show_ad('post#show-bottom', current_user())) : ?>
= $this->partial('horizontal', ['position' => 'bottom']) ?>
= $this->contentFor('post_cookie_javascripts', function() { ?>
post_show_hotkeys) : ?>
= $this->tag_completion_box('$("post_tags")', ['$("edit-form")', '$("post_tags")', '$("post_old_tags")'], true) ?>
= $this->partial('footer') ?>