debian-koji/www/kojiweb/error.chtml
2025-05-07 14:07:03 +02:00

27 lines
323 B
Text

#include "includes/header2.chtml"
<h4>Error</h4>
<div>
{{ explanation }}
</div>
#if debug_level >= 1
<div>
#else
<div style="visibility: hidden">
#endif
{{ tb_short }}
</div>
#if debug_level >= 2
<div>
#else
<div style="visibility: hidden">
#endif
<pre>
{{ tb_long }}
</pre>
</div>
#include "includes/footer2.chtml"