You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
504 B
Plaintext

{% extends "errors/default.twig" %}
{% block title %}{{ __("Page not found") }}{% endblock %}
{% block content_container %}
<div class="row">
<div class="col-sm-6 col-sm-offset-3 error-big">
<h2>
4<span class="pulse">:</span>{{ status|slice(1, 2) }}
<small>{{ __("No sleep found") }}</small>
</h2>
{% block content_text %}
{{ content }}
{% endblock %}
</div>
</div>
{% endblock %}