2017-04-22 00:59:02 +00:00
{{ partial "header.html" . }}
2018-01-26 18:37:19 +00:00
< body >
2017-03-14 13:14:07 +00:00
2017-04-22 00:59:02 +00:00
< div class = "section" id = "top" > <!-- Parent section -->
2017-03-26 05:23:50 +00:00
2018-01-27 01:10:03 +00:00
< div class = "container hero is-medium has-text-centered {{ if .Site.Params.fadeIn }} fade-in one {{ end }}" > <!-- Begin Title -->
2017-04-22 00:59:02 +00:00
< h1 class = "bold-title is-1" > 404< / h1 >
< / div > <!-- End Title -->
2017-03-14 13:14:07 +00:00
2017-04-22 00:59:02 +00:00
<!-- Everything below fades in two! -->
2018-01-27 01:10:03 +00:00
< div class = "section {{ if .Site.Params.fadeIn }} fade-in two {{ end }}" >
2018-06-11 23:39:40 +00:00
{{ partial "nav.html" . }}
<!-- Begin blurb -->
< div class = "container {{ if .Site.Params.fadeIn }} fade-in two {{ end }} top-pad" >
2017-04-22 00:59:02 +00:00
Oops! Either you've found a bug (in which case, < a href = "mailto:{{ .Site.Params.email }}" > please tell me< / a > ) or you're just making things up. This page doesn't exist!
2018-06-11 23:39:40 +00:00
< / div >
<!-- End blurb -->
2017-03-26 05:23:50 +00:00
2018-01-27 03:56:33 +00:00
< div class = "container top-pad" > < hr > < / div >
2017-03-14 13:14:07 +00:00
{{ partial "footer.html" . }}
2017-05-05 11:03:05 +00:00
< / div > <!-- End parent section -->