1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-28 02:29:57 +04:00
Files
tabler/pages/_layouts/error.html
2019-09-24 18:45:06 +02:00

8 lines
242 B
HTML

---
layout: base
body-class: border-top-2 border-primary
---
{% assign error = site.data.errors[page.error] %}
{% include ui/empty.html icon="settings" icon-text=page.error title="Oops… You just found an error page" subtitle=error %}