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