A web TODO list application
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
494 B

{{ template "base" . }}
{{ define "content" }}
<main class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<div class="p-2 flex-fill text-wrap text-center">
<h1 class="text-danger display-2">{{ index .Translation "error error big" }}</h1>
<img src="/static/images/emoji-frown.svg" alt="Sad face" width="128px" >
<p>{{ index .Translation "error something went wrong" }}</p>
<p><u>{{ index .Translation "error try to reload" }}</u></p>
</div>
</main>
{{ end }}