@foreach (Context::getMetaTag() as $val)
@if ($val['is_before_title'])
@endif
@endforeach
{{ Context::getBrowserTitle() }}
@foreach (Context::getCssFile(true) as $css_file)
@endforeach
@foreach (Context::getJsFile('head', true) as $js_file)
@endforeach
@if (!empty($rss_url))
@endif
@if (!empty($general_rss_url))
@endif
@if (!empty($atom_url))
@endif
@if (!empty($general_atom_url))
@endif
@if (!empty($canonical_url = Context::getCanonicalURL()))
@endif
@if (!empty($favicon_url))
@endif
@if (!empty($mobicon_url))
@endif
@foreach (Context::getLinks() as $link_url => $link_rel)
@endforeach
@foreach (Context::getMetaTag() as $val)
@if (!$val['is_before_title'])
@endif
@endforeach
@foreach (Context::getOpenGraphData() as $og_metadata)
@endforeach
{!! Context::getHtmlHeader() !!}
{!! Context::getBodyHeader() !!}
{!! $content !!}
{!! Context::getHtmlFooter() !!}
{!! "\n\n" !!}
@foreach (Context::getJsFile('body', true) as $js_file)
@endforeach