<!DOCTYPE html>
<html class="{{ 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 #menu-primary">
		{# body | convert_encoding(from='ISO-8859-15', to='UTF-8') | raw #}
		{{ body | raw }}
	</body>
</html>