Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
not_found| Variable | Type |
|---|---|
store | Store |
session | Session |
{% extends "layout.jinja" %}
{% block main_content %}
<div class="error-page">
<h1>404</h1>
<p>{{ _("Page not found") }}</p>
<a href="{{ url_for('home') }}">{{ _("Go to Home") }}</a>
</div>
{% endblock %}