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