illustration.html 169 B

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