mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2025-01-31 00:13:28 -05:00
5 lines
138 B
Twig
5 lines
138 B
Twig
{% extends '_default/page.html.twig' %}
|
|
|
|
{%- block content ~%}
|
|
{% trans %}Page not found.{% endtrans %}
|
|
{%- endblock ~%} |