<!DOCTYPE html>
<html lang="da" prefix="og: http://ogp.me/ns#">
	<{*include file="head.html"*}>

	<body>

<{*
		<{if $cookie.user_token}>
			<{include file="admin_bar.html"}>
		<{/if}>

    	<{include file="tracking_bottom.html"}>

		<{include file="include_navigation.html"}>

		<{$contents}>

		<{if $inc !== "approve.html"}>
			<{include file="include_footer.html"}>
		<{/if}>

		<{include file="include_sticky_basket.html"}>

		<script src="<{$theme_url}>/js/main.js" defer></script>

		<{$settings.header_footer.footer}>
*}>
	</body>
</html>
