s201.en.html 288 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. {{ template "head" . }}
  4. <body>
  5. {{ template "header" }}
  6. {{ template "nav" }}
  7. <main>
  8. <h1>Redirection created</h1>
  9. <p>ID (<code>{{ .ID }}</code>) will redirect to <code>{{ .URL }}</code>.</p>
  10. </main>
  11. {{ template "aside" }}
  12. </body>
  13. </html>