{% extends tpl/layout.html %} {% block title %}Gallery{% endblock %} {% block content %}
{% if(!empty($dirs)): %} {% foreach($dirs as $d): %} {% endforeach %} {% endif %} {% if(!empty($images)): %} {% foreach($images as $image): %} {% endforeach %} {% endif %}
{% endblock %}