2017-01-28 14:07:18 +01:00
|
|
|
<!--
|
2017-05-24 18:14:39 +02:00
|
|
|
Error template
|
2017-01-28 14:07:18 +01:00
|
|
|
|
2017-05-24 18:14:39 +02:00
|
|
|
@author Pierre HUBERT
|
|
|
|
--><section class="content">
|
|
|
|
<div class="error-page">
|
|
|
|
<!-- Error code -->
|
|
|
|
<h2 class="headline text-yellow">{error_code}</b></h2>
|
|
|
|
|
|
|
|
<div class="error-content">
|
|
|
|
<!-- Error title -->
|
|
|
|
<h3>
|
|
|
|
<i class="fa fa-warning text-yellow"></i>
|
|
|
|
{error_title}
|
|
|
|
</h3>
|
2017-01-25 16:52:22 +01:00
|
|
|
|
2017-05-24 18:14:39 +02:00
|
|
|
<!-- Error message -->
|
|
|
|
<p style='text-align:justify;'>{error_message}</p>
|
|
|
|
|
|
|
|
<!-- Go back home -->
|
|
|
|
<p><a target="home">Go back home</a></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|