Consultas
{% if store.contact_intro %}
{{ store.contact_intro }}
{% endif %} {% if store.address %}Dirección: {{ store.address }}
{% endif %} {% if store.email %}Email: {{ store.email }}
{% endif %} {% if store.phone %}Teléfono: {{ store.phone }}
{% endif %} {% if store.blog %}Blog:{{ store.blog | a_tag_blank(store.blog) }}
{% endif %} {% if store.facebook %} {{ "facebook.jpg" | static_url | img_tag("Facebook") }} {% endif %} {% if store.twitter %} {{ "twitter.jpg" | static_url | img_tag("Twitter") }} {% endif %}