{% extends "_work_no_all.html"%} {% set illustration_selected = True %} {% set work_path = "work/illustration" %} {% block main %} {% for image in sorted(images("work/illustration"), reverse=True) %} {{ image.name }} / {{ image.year }} {{ image.category }} {% endfor %} {% endblock %}