remove the banner
[wolnelektury.git] / src / picture / templates / picture / picture_info.html
1 <div id="picture-themes" class="dropdown-body">
2   <ul>
3     {% for slug, theme in themes.items %}
4       <li><a href="#theme-{{slug}}" data-coords="{{theme.coords}}">{{theme.theme}}</a></li>
5     {% endfor %}
6   </ul>
7 </div>
8
9 <div id="picture-objects" class="dropdown-body">
10   <ul>
11     {% for slug, thing in things.items %}
12       <li><a href="#object-{{slug}}" data-coords="{{thing.coords}}">{{thing.object}}</a></li>
13     {% endfor %}
14   </ul>
15 </div>