Skip to content
Snippets Groups Projects
Commit 714556f9 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 07e54072
No related branches found
No related tags found
No related merge requests found
---
title: 404
url: /error.html
layout: 404
type: error
---
\ No newline at end of file
{{ define "main" }}
{{ $title := i18n "errors.error_404.title" }}
{{ partial "header/hero.html"
(dict
"title" $title
"context" .
)}}
<div class="container">
<p>
{{ safeHTML (i18n "errors.error_404.text") }}
</p>
</div>
{{ end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment