Tidy display of Smithsonian American Art Museum information.

This commit is contained in:
Edward Betts 2019-09-25 14:01:46 +01:00
parent 723c2cef23
commit 9b92884523

View file

@ -47,12 +47,16 @@
</div>
{% endif %}
{% endfor %}
</div>
{% if saam_data %}
<pre>{{ saam_data | pprint }}</pre>
<div class="mt-2">
<h4>information from the Smithsonian American Art Museum</h4>
<div><strong>description</strong>: {{ saam_data.description }}</div>
<div><strong>keywords</strong>: {{ '; '.join(saam_data.keywords) }}</div>
</div>
{% endif %}
</div>
</div>
{% raw %}
<div id="app" class="mt-2">