1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 07:54:38 +04:00
Files
tabler/pages/_layouts/error.html
T
2019-12-15 17:34:57 +01:00

11 lines
479 B
HTML

---
layout: base
body-class: border-top-wide border-primary
---
<div class="d-flex align-items-center justify-content-center min-vh-100">
{% assign error = site.data.errors[page.error] %}
{% assign header = error.header | default: 'Oops&hellip; 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>