<!DOCTYPE html>
<html lang="en">
	{% include head.html %}
	<body>
		<div class="screen">
			<!-- effects -->
			{% include screen-effects.html %}
			<div class="screen-content">
				<!-- page content -->
				{% include header.html %}
				{% include portal.html %}
				{% include footer.html %}
			</div>
		</div>
	</body>
</html>