2022-08-03 13:38:47 -04:00
|
|
|
{{ define "main" }}
|
2023-08-10 10:46:46 -04:00
|
|
|
<h2>Page not found!</h2>
|
|
|
|
<hr>
|
2023-01-02 17:04:35 -05:00
|
|
|
|
2023-04-12 18:21:07 -04:00
|
|
|
{{ with resources.Get "404.webp" }}
|
|
|
|
{{ $alt_text := "Sakura is confused about where the page went, or maybe where you shouldn't go." }}
|
2023-04-13 20:15:43 -04:00
|
|
|
<img title="{{ $alt_text }}" alt="{{ $alt_text }}" style="width: 40%; height: auto; margin-bottom: -20px;" width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}"/>
|
2023-04-12 18:21:07 -04:00
|
|
|
{{ end }}
|
2022-08-03 13:38:47 -04:00
|
|
|
{{ end }}
|