initial commit

This commit is contained in:
mohamad
2026-06-21 17:54:19 +03:30
commit 20d6df3b27
191 changed files with 14362 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{% if site_contact.has_office_address %}
<address class="{{ address_class|default:'footer-address' }}">
{% for line in site_contact.office_address_lines %}
<p>{{ line }}</p>
{% endfor %}
</address>
{% endif %}