<!-- Post Content -->
		<div class="rr-product-lead lead">
			<?php 
echo html_entity_decode(\model::property("lead"));
?>
		</div>
		<div class="rr-product-content">
			<?php 
echo html_entity_decode(\model::property("content"));
?>
		</div>

		<?php 
echo \Routerunner\Routerunner::form("order", $runner, false);
?>

		<hr>

		<?php 
\runner::route("comments");
?>

	</div>

	<!-- Blog Sidebar Widgets Column -->
	<div class="col-md-3">

		<!-- Blog Search Well -->
		<div class="well">
<?php

$bootstrap = \bootstrap::get();
$main_url = "";
$temp_url = array_shift($bootstrap->urls);
if ($temp_url != $bootstrap->resource_url) {
    $main_url = $temp_url;
}
$meta = array_merge(array("social-title" => "", "social-image" => "", "social-description" => "", "social-type" => ""), $bootstrap->pageproperties["meta"]);
$og_types = array("article", "book", "profile", "video", "website", "music");
$debug = 1;
?>
<!-- BEGIN PAGE PANEL -->
<div class="page-panel height-header">
	<?php 
echo \Routerunner\Routerunner::form("frm", $runner, true);
?>

</div>
<!-- END PAGE PANEL -->
<body class="login">
<!-- BEGIN LOGO -->
<div class="logo">
	<a href="index.php">
		<img src="<?php 
echo \runner::config("BACKEND_ROOT");
?>
backend/img/logo/routerunner-cms-invert.png" alt="Routerunner CMS" width="300"/>
	</a>
</div>
<!-- END LOGO -->
<!-- BEGIN SIDEBAR TOGGLER BUTTON -->
<div class="menu-toggler sidebar-toggler">
</div>
<!-- END SIDEBAR TOGGLER BUTTON -->
<!-- BEGIN LOGIN -->
<div class="content">
	<?php 
echo \Routerunner\Routerunner::form("signin", $runner, true) . PHP_EOL;
echo \Routerunner\Routerunner::form("forgotten", $runner, true) . PHP_EOL;
?>
</div>
<!-- END LOGIN -->
<!-- BEGIN COPYRIGHT -->
<div class="copyright">
	2015 &copy; Retroscope Creative.
</div>
<!-- END COPYRIGHT -->