|
@@ -1,17 +1,6 @@
|
|
{% extends "_work_no_all.html" %}
|
|
{% extends "_work_no_all.html" %}
|
|
|
|
|
|
-{% set other_selected = True %}
|
|
|
|
-
|
|
|
|
-{% block main %}
|
|
|
|
-{% for _ in range(15) %}
|
|
|
|
- <figure>
|
|
|
|
- <svg width="1px" height="1px" style="background-color: gray"></svg>
|
|
|
|
- <figcaption class="hbox">
|
|
|
|
- <div class="caption">
|
|
|
|
- <h1>Work Name Here / <time>Year</time></h1>
|
|
|
|
- {{ 'other' | lang }}
|
|
|
|
- </div>
|
|
|
|
- </figcaption>
|
|
|
|
- </figure>
|
|
|
|
-{% endfor %}
|
|
|
|
-{% endblock %}
|
|
|
|
|
|
+{% set editorial_selected = True %}
|
|
|
|
+{% set work_path = "other" %}
|
|
|
|
+{% set expand_dialog = True %}
|
|
|
|
+{% set sort_images = True %}
|