Tidy display of Smithsonian American Art Museum information.
This commit is contained in:
parent
723c2cef23
commit
9b92884523
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue