12 lines
No EOL
282 B
HTML
12 lines
No EOL
282 B
HTML
{% extends tpl/layout.html %}
|
|
|
|
{% block title %}Nothing found{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="container">
|
|
<p class="error">Nothing found with search term {{ $filter }}</p>
|
|
<p class="error">Return to <a href="{{ $script }}">Homepage</a></p>
|
|
</div>
|
|
|
|
{% endblock %} |