hanayo/templates/not_found.html

8 lines
184 B
HTML
Raw Normal View History

2019-02-23 13:29:15 +00:00
{{ define "tpl" }}
<div class="ui container">
<div class="ui segment">
{{ .T "We're sorry, but we were unable to find the content you were looking for!" }}
</div>
</div>
{{ end }}