4in1_ws_web/skin/error.twig

9 lines
200 B
Twig

<html>
<head><title>{{ code }} {{ title }}</title></head>
<body>
<center><h1>{{ code }} {{ title }}</h1></center>
{% if message %}
<hr><p align="center">{{ message }}</p>
{% endif %}
</body>
</html>