mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-09 18:49:45 +00:00
16 lines
343 B
HTML
16 lines
343 B
HTML
|
{{ partial "head/metadata.html" . }}
|
||
|
|
||
|
{{ define "title" }}
|
||
|
<h1 class="bold-title is-1">{{ i18n "404_title" . }}</h1>
|
||
|
{{ end }}
|
||
|
|
||
|
{{ define "main" }}
|
||
|
<div class="container markdown top-pad">
|
||
|
{{ i18n "404_description" . | markdownify }}
|
||
|
</div>
|
||
|
{{ end }}
|
||
|
|
||
|
{{ define "footer" }}
|
||
|
{{ partial "footer/text.html" . }}
|
||
|
{{ end }}
|