1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-27 17:19:42 +02:00
documize/gui/app/pods/not-found/template.hbs

8 lines
160 B
Handlebars
Raw Normal View History

2018-11-07 15:56:05 +00:00
<div class="not-found">
2022-03-04 13:07:11 -05:00
<h1>{{localize '404'}}</h1>
<p>{{localize '404_explain'}}</p>
2018-11-07 15:56:05 +00:00
<p>&nbsp;</p>
2022-03-04 13:07:11 -05:00
<a href="/">{{localize 'spaces'}}</a>
2018-11-07 15:56:05 +00:00
</div>
2016-07-07 18:54:16 -07:00
{{outlet}}