{% extends tpl/layout.html %} {% block title %}Gallery{% endblock %} {% block content %}
{% foreach($images as $image): %}
{{ $image['n'] }}
{% endforeach %}
{% endblock %}