<!DOCTYPE html>
<html lang="[[++cultureKey]]">
	<head>
		[[$Head]]
	</head>
	<body>
		[[$Navbar]]
		<div class="container">
		[[!If?
			&subject=`[[RenderBreadcrumbs]]`
			&operator=`!empty`
			&then=`[[$Breadcrumb]]`
		]]
		[[If?
			&subject=`[[*longtitle]]`
			&operator=`!empty`
			&then=`<div class="page-header">
				<h1>[[*longtitle]]</h1>
			</div>`
		]]
		[[!If?
			&subject=`[[RenderSidebar]]`
			&operator=`!empty`
			&then=`<div class="row">
				<div class="col-md-2 sidebar-offcanvas" id="sidebar" role="navigation">
					[[$Sidebar]]
				</div>
				<div class="col-md-10">
					[[*content]]
				</div>
			</div>`
			&else=`[[*content]]`
		]]
		</div>
		[[$Footer]]
	</body>
</html>
