{% extends tpl/layout.html %}

{% block title %}Nothing found{% endblock %}

{% block content %}

<div class="content">
  <p class="error">Nothing found with search term {{ $filter }}</p>
  <p class="error">Return to <a href="{{ $script }}">Homepage</a></p>
</div>

{% endblock %}