- <!DOCTYPE html>
- <html lang="en">
- {{ template "head" . }}
- <body>
- {{ template "header" }}
- {{ template "nav" }}
- <main>
- <h1>Redirection created</h1>
- <p>ID (<code>{{ .ID }}</code>) will redirect to <code>{{ .URL }}</code>.</p>
- </main>
- {{ template "aside" }}
- </body>
- </html>
|