1 <div id="picture-themes" class="dropdown-body">
3 {% for slug, theme in themes.items %}
4 <li><a href="#theme-{{slug}}" data-coords="{{theme.coords}}">{{theme.theme}}</a></li>
9 <div id="picture-objects" class="dropdown-body">
11 {% for slug, thing in things.items %}
12 <li><a href="#object-{{slug}}" data-coords="{{thing.coords}}">{{thing.object}}</a></li>