8 lines
260 B
HTML
8 lines
260 B
HTML
{{ define "main"}}
|
|
<main id="main">
|
|
<div>
|
|
<h1 id="title">Not found</h1>
|
|
<p>This page doesn't exist. Try going back to the <a href="{{ "" | relURL }}">main page for the Matrix Specification</a>.</p>
|
|
</div>
|
|
</main>
|
|
{{ end }}
|