1acceb941d
Print all links through new uri.js component Refactor the router to use more predictable parsing Fix linking to entities with weird names (that contain slashes, + etc.)
5 lines
174 B
Smarty
5 lines
174 B
Smarty
<div class='not-found'>
|
|
<h1>Not found</h1>
|
|
<p><%- ctx.path %> is not a valid URL.</p>
|
|
<p><a href='<%- ctx.formatClientLink() %>'>Back to main page</a></p>
|
|
</div>
|