other.html 352 B

1234567891011121314151617
  1. {% extends "_work_no_all.html"%}
  2. {% set other_selected = True %}
  3. {% block main %}
  4. {% for _ in range(15) %}
  5. <figure>
  6. <svg width="1px" height="1px" style="background-color: gray"></svg>
  7. <figcaption class="hbox">
  8. <div class="caption">
  9. <h1>Work Name Here / Year</h1>
  10. other
  11. </div>
  12. </figcaption>
  13. </figure>
  14. {% endfor %}
  15. {% endblock %}