From 9b92884523fa3b6edba8b356583bf25395dce42d Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 25 Sep 2019 14:01:46 +0100 Subject: [PATCH] Tidy display of Smithsonian American Art Museum information. --- templates/item.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 %}