layouts/404.html (
6
lines of code) (
raw
):
{{ 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 }}