2019-05-02 21:35:37 -04:00
|
|
|
<div id="exception" class="generic-page-wrapper">
|
2019-05-04 21:54:05 -04:00
|
|
|
<img class="hare" src="images/friendica-404_svg_flexy-o-hare.png"/>
|
2019-05-02 21:35:37 -04:00
|
|
|
<h1>{{$title}}</h1>
|
|
|
|
<p>{{$message}}</p>
|
2020-01-19 09:40:56 -05:00
|
|
|
{{if $trace}}
|
|
|
|
<pre>{{$trace nofilter}}</pre>
|
|
|
|
{{/if}}
|
2019-05-04 21:54:05 -04:00
|
|
|
<p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
|
2019-05-02 21:35:37 -04:00
|
|
|
</div>
|