illustration.html 231 B

1234567891011121314
  1. {% extends "_work_no_all.html" %}
  2. {% set illustration_selected = True %}
  3. {% set work_path = "illustration" %}
  4. {% set sort_images = True %}
  5. {% block main %}
  6. <style>
  7. :root {
  8. --columns: 3;
  9. }
  10. </style>
  11. {{ super() }}
  12. {% endblock %}