<!DOCTYPE html> <html lang=“en-US”> <meta charset=“utf-8”> <title>{{ site.data.i18n.redirecting }}</title> <link rel=“canonical” href=“{{ page.redirect.to }}”> <meta name=“robots” content=“noindex”> <meta http-equiv=“refresh” content=“0; url={{ page.redirect.to }}”> <script>

location = "{{ page.redirect.to }}"

</script>

</html>