1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-25 11:29:57 +04:00
Files
tabler/pages/_layouts/error.html
2020-01-29 23:43:13 +01:00

13 lines
539 B
HTML

---
layout: base
body-class: border-top-wide border-primary d-flex flex-column
---
<div class="flex-fill d-flex align-items-center justify-content-center">
<div class="container-tight py-6">
{% assign error = site.data.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>