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