add specimen file to test all markdown content styles

This commit is contained in:
Robert Austin 2019-02-17 22:29:16 +10:00
parent c36e2529b1
commit 42e5371fb9
8 changed files with 324 additions and 95 deletions

13
layouts/404.html Normal file
View file

@ -0,0 +1,13 @@
{{ define "header_css" }}{{ end }}
{{ define "body_classes" }}{{ end }}
{{ define "header_classes" }}{{ end }}
{{ define "main" }}
<div class="container pt-4 pt-10">
<div class="row justify-content-center">
<div class="col-12 col-md-9">
<h1>404 Page Not Found</h1>
</div>
</div>
</div>
{{ end }}