13 lines
371 B
HTML
13 lines
371 B
HTML
{{ define "navbar" }}
|
|
{{ partial "navbar-2.html" (dict "baseURL" .Site.BaseURL "title" .Site.Title "hasToggleButton" true) }}
|
|
{{ end }}
|
|
|
|
{{ define "content" }}
|
|
<div class="notFound">
|
|
<img src="/assets/images/404.png" alt="">
|
|
<div class="message">
|
|
<h1>404</h1>
|
|
<h4>The page you are looking for is not done yet.</h4>
|
|
</div>
|
|
</div>
|
|
{{ end }}
|