diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..820407a --- /dev/null +++ b/templates/base.html @@ -0,0 +1,24 @@ + + +
+ + + + +{{ item_entity['claims'][key] | pprint }}+ {% endfor %} + #} + +
{{ '{:,d}'.format(total) }} paintings found
+ + {% for key, values in facets.items() %} +{{ prop_labels[key] }}: + {% for v in values %} + {{ v.label }} ({{ v.count }}) + {% if not loop.last %}|{% endif %} + {% endfor %} +
+ + {% endfor %} + +by {{ item.artist_name }} + {% if item.date %}({{ item.date }}){% endif %} +
+{{ item | pprint }}+ {% endfor %} +#} + +
{{ other | pprint }}#} + + {# #} +