2022-01-10 14:47:35 +00:00
|
|
|
{% extends tpl/layout.html %}
|
|
|
|
|
|
|
|
{% block title %}Nothing found{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
2022-01-11 08:18:26 +00:00
|
|
|
<div class="container">
|
2022-01-10 14:47:35 +00:00
|
|
|
<p class="error">Nothing found with search term {{ $filter }}</p>
|
|
|
|
<p class="error">Return to <a href="{{ $script }}">Homepage</a></p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock %}
|