veilid-dot-com/themes/veilid/layouts/404.html.twig

5 lines
138 B
Twig
Raw Normal View History

2023-08-15 19:25:21 +00:00
{% extends '_default/page.html.twig' %}
{%- block content ~%}
{% trans %}Page not found.{% endtrans %}
{%- endblock ~%}