Welcome to mirror list, hosted at ThFree Co, Russian Federation.

404.html « layouts - github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5eb5533c6b27a752e24d33ee04d551883e915b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ 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 }}