KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
233B

  1. {% extends "layouts/default.twig" %}
  2. {% block content %}
  3. <h1>${ "Not Found" | translate }</h1>
  4. <div class="post body">${ "Sorry, but you are looking for something that isn't here." | translate }</div>
  5. {% endblock %}