1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/shared/layouts/error.html
2025-04-15 23:18:49 +02:00

13 lines
470 B
HTML

---
layout: base
body-class: border-top-wide border-primary
---
<div class="page page-center">
<div class="container-tight py-4">
{% assign error = errors[page-error] %}
{% assign header = error.header | default: 'Oops… You just found an error page' %}
{% include "ui/empty.html" icon="settings" illustration=error.illustration icon-text=error.title title=header subtitle=error.description button-icon="arrow-left" button-text="Take me home" %}
</div>
</div>