diff --git a/templates/item.html b/templates/item.html index b33cc55..8a32a57 100644 --- a/templates/item.html +++ b/templates/item.html @@ -47,12 +47,16 @@ {% endif %} {% endfor %} - {% if saam_data %} -
{{ saam_data | pprint }}
+
+

information from the Smithsonian American Art Museum

+
description: {{ saam_data.description }}
+
keywords: {{ '; '.join(saam_data.keywords) }}
+
{% endif %} + {% raw %}