<!DOCTYPE html>
<html>
<head data-redirect-to="{{ page.meta.redirect | url }}">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url={{ page.meta.redirect | url }}">
<script src="{{ 'js/redirect.js' | url }}"></script>
<title>Redirecting...</title>
</head>
<body>
<p>If the redirect doesn't work <a href="{{ page.meta.redirect | url }}">click here</a>.</p>
</body>
</html>