diff --git a/commonBody.html b/commonBody.html new file mode 100644 index 0000000..f01130c --- /dev/null +++ b/commonBody.html @@ -0,0 +1,23 @@ +
+ +{% set address = tagsPrefix(tags, 'addr:') %} +{% if address %} +
+ +{{ keyTrans('addr') }}: +
+{{ attribute(tags, 'addr:street') }} {{ attribute(tags, 'addr:housenumber') }}, {{ attribute(tags, 'addr:postcode') }} {{ attribute(tags, 'addr:city') }} +
+{% endif %} + +{% if tags.phone %} +
+ +{{ keyTrans('phone') }}: +
+
+{{ tags.phone }} +
+{% endif %} + +