| <!DOCTYPE html> | |
| <html lang="en" data-theme="light"> | |
| <head> | |
| <link rel="stylesheet" href="/static/pico.min.css"> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>{{ block "title" . }}Title{{ end }}</title> | |
| </head> | |
| <body> | |
| <main class="container"> | |
| {{ block "main" . }}{{ end }} | |
| </main> | |
| </body> | |
| </html> | |