mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-08 18:03:14 +00:00
7 lines
190 B
HTML
7 lines
190 B
HTML
{{ define "main" -}}
|
|
<div class="td-content">
|
|
<h1>Not found</h1>
|
|
<p>Oops! This page doesn't exist. Try going back to the <a href="{{ "" | relURL }}">home page</a>.</p>
|
|
</div>
|
|
{{- end }}
|