illustration.html 198 B

1234567891011
  1. {% extends "_work_no_all.html" %}
  2. {% set illustration_selected = True %}
  3. {% set work_path = "illustration" %}
  4. {% set sort_images = True %}
  5. {% block style %}
  6. :root {
  7. --columns: 3;
  8. }
  9. {% endblock %}