HEX
Server: Apache
System: Linux srv4.garantili.com.tr 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: ekspardev (1006)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/ekspardev/public_html/tubisad/rapor/src/pages/_layouts/error.html
---
layout: base
body-class: border-top-wide border-primary d-flex flex-column
---

<div class="page page-center">
	<div class="container-tight py-4">
		{% 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>