base tabler

This commit is contained in:
JACS 2026-05-01 12:46:11 -05:00
parent ac2cfa9fe1
commit 0f84beacf1
1432 changed files with 28760 additions and 1 deletions

12
liquid/layouts/error.html Normal file
View file

@ -0,0 +1,12 @@
---
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>