mirror of
https://github.com/tabler/tabler.git
synced 2025-12-23 02:14:26 +04:00
8 lines
394 B
HTML
8 lines
394 B
HTML
{% assign error = site.data.errors[include.error] %}
|
|
<div class="display-1 text-danger mb-5"><i class="si si-exclamation"></i> {{ error.name }}</div>
|
|
<h1 class="h1 mb-3">Oops.. You just found an error page..</h1>
|
|
<h2 class="h4 text-muted mb-7">{{ error.description }}…</h2>
|
|
<a class="btn btn-primary" href="javascript:history.back()">
|
|
<i class="si si-arrow-left mr-2"></i> Go back
|
|
</a>
|