1{% extends "basic/layout.html" %} 2 3{% block extrahead %} 4<meta charset="UTF-8"> 5<meta http-equiv="refresh" content="1;url=https://fmt.dev/latest/"> 6<script type="text/javascript"> 7 window.location.href = "https://fmt.dev/latest/" 8</script> 9<title>Page Redirection</title> 10{% endblock %} 11 12{% block document %} 13If you are not redirected automatically, follow the <a href='https://fmt.dev/latest/'>link to the fmt documentation</a>. 14{% endblock %} 15 16{% block footer %} 17{% endblock %} 18