vsgallery/tpl/notfound.html

12 lines
No EOL
280 B
HTML

{% 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 %}