You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
261 B
HTML
9 lines
261 B
HTML
4 years ago
|
{{ 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 }}
|