<!DOCTYPE html>
<html class="no-js{{ constant('EXT') and constant('EXT_ENABLED') ? ' in-ext in-' ~ constant('EXT') }}" lang="{{ constant('SITE_LANG') }}">
	<head>
		{{ head | raw }}
	</head>
	<body data-spy="scroll" data-target=".navbar-fixed-top" data-offset="{{ 85 + (50 * high) }}" id="page-top" class="index">
		{# body | convert_encoding(from='ISO-8859-15', to='UTF-8') | raw #}
		{{ body | raw }}
	</body>
</html>