File: api_redirect.html

package info (click to toggle)
pandas 1.5.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 56,516 kB
  • sloc: python: 382,477; ansic: 8,695; sh: 119; xml: 102; makefile: 97
file content (10 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
{% set redirect = redirects[pagename.split("/")[-1]] %}
<html>
    <head>
        <meta http-equiv="Refresh" content="0; url={{ redirect }}.html" />
        <title>This API page has moved</title>
    </head>
    <body>
        <p>This API page has moved <a href="{{ redirect }}.html">here</a>.</p>
    </body>
</html>