{% extends tpl/layout.html %} {% block title %}{{ $page }}/{{ $last_page }} | {{ $imagename }}{% endblock %} {% block content %}
{% if(!empty($tags)): %}
{% else: %}
{% endif %}
{% if ($page > 1): %} {% endif %}
{% if ($page < $last_page): %} {% endif %}
{% if(!empty($tags)): %} {% endif %}
{% endblock %}