File: redirect.t.html

package info (click to toggle)
mongo-c-driver 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 47,088 kB
  • sloc: ansic: 193,670; python: 7,780; cpp: 1,493; sh: 659; makefile: 78
file content (12 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
{%- extends "!page.html" %}

{% block extrahead -%}
<meta http-equiv="refresh" content="3; url={{ pathto(target, 1) | e }}">
{%- endblock %}

{% block content %}
<p>
    This page has been migrated to <pre>{{ pathto(target) | e }}</pre>. You should be
    redirected to this location automatically in a few seconds.
</p>
{% endblock %}