6 lines
123 B
Twig
6 lines
123 B
Twig
|
{% extends 'layouts/base.twig' %}
|
||
|
|
||
|
{% block content %}
|
||
|
Sorry, we couldn't find what you're looking for.
|
||
|
{% endblock %}
|