params()->tags && preg_match('/(source:|fav:|date:|rating:|mpixels:|parent:|sub:|vote:|score:|order:|user:|limit:|holds:|pool:|[ \-])/')) : ?>
= $this->html_title() ?>
= $this->tag('link', ['rel' => 'canonical', 'href' => !empty($this->canonical_url) ? $this->canonical_url : $this->urlFor(array_merge($this->params()->toArray(), ['only_path' => false]))]) ?>
= $this->content('html_header') ?>
= $this->autoDiscoveryLinkTag('atom', 'post#atom', array('tags' => $this->params()->tags)) ?>
asset_stylesheets as $asset) :
echo $this->stylesheetLinkTag($asset);
endforeach;
foreach (CONFIG()->asset_javascripts as $asset) :
echo $this->javascriptIncludeTag($asset);
endforeach;
?>
= $this->partial('layouts/locale') ?>
'search', :type => Mime::OPENSEARCH, :href => opensearch_path(:xml), :title => CONFIG['app_name'] ?>
= CONFIG()->custom_html_headers ?>
= $this->partial('layouts/notice') ?>
contentFor('content')) : ?>
= $this->content('content') ?>
= $this->content() ?>
= $this->content('post_cookie_javascripts') ?>
ga_tracking_id) echo $this->partial('layouts/ga') ?>