{% if store.contact_intro %} <p>{{ store.contact_intro }}</p> {% endif %} {% if store.address %} <p><strong>Dirección:</strong> {{ store.address }}</p> {% endif %} {% if store.email %} <p><strong>Email:</strong> <a href="mailto:{{ store.email }}">{{ store.email }}</a></p> {% endif %} {% if store.phone %} <p><strong>Teléfono:</strong> {{ store.phone }}</p> {% endif %} {% if store.blog %} <p><strong>Blog:</strong>{{ store.blog | a_tag_blank(store.blog) }}</p> {% endif %} <!-- Redes Sociales --> {% if store.facebook %} <a target="_blank" href="{{ store.facebook }}">{{ "facebook.jpg" | static_url | img_tag("Facebook") }}</a> {% endif %} {% if store.twitter %} <a target="_blank" href="{{ store.twitter }}">{{ "twitter.jpg" | static_url | img_tag("Twitter") }}</a> {% endif %}