<div class="card error-container">
<div class="error-code">{{ERROR_CODE}}</div>
<div class="error-message">{{ERROR_MESSAGE}}</div>
<div class="error-description">{{ERROR_DESCRIPTION}}</div>
<div class="error-info">
<div>Server: IronDrop v{{VERSION}}</div>
<div>Request ID: {{REQUEST_ID}}</div>
<div>Time: {{TIMESTAMP}}</div>
</div>
<div class="error-actions">
<a href="/" class="btn btn-light">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" />
<polyline points="9,22 9,12 15,12 15,22" />
</svg>
Go Home
</a>
<a href="javascript:history.back()" class="btn btn-light">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="m12 19-7-7 7-7" />
<path d="m19 12H5" />
</svg>
Go Back
</a>
</div>
</div>