]> git.mxchange.org Git - friendica.git/blob - view/templates/exception.tpl
Merge branch '2021.03-rc' into copyright-2021
[friendica.git] / view / templates / exception.tpl
1 <div id="exception" class="generic-page-wrapper">
2     <img class="hare" src="images/friendica-404_svg_flexy-o-hare.png"/>
3     <h1>{{$title}}</h1>
4     <p>{{$message}}</p>
5 {{if $thrown}}
6         <pre>{{$thrown}}
7 {{$stack_trace}}
8 {{$trace}}</pre>
9 {{/if}}
10 {{if $back}}
11         <p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
12 {{/if}}
13 </div>