WIP
This commit is contained in:
21
tpl/location-tile.tpl
Normal file
21
tpl/location-tile.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
<div class="location-tile">
|
||||
<div class="leaflet-map" data-lat="{{ latitude }}" data-lng="{{ longitude }}" data-title="{{ title }}"></div>
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="left">
|
||||
<h2>{{ title }}</h2>
|
||||
<p class="address">{{ address_1 }}<br />
|
||||
{{#if city}}
|
||||
{{ city }},
|
||||
{{else}}
|
||||
{{ title }},
|
||||
{{/if}}
|
||||
|
||||
{{ state }} {{ zip }}<br />
|
||||
<a href="tel:{{ phone }}">{{ phone }}</a>
|
||||
</div>
|
||||
|
||||
<div class="right">
|
||||
<p class="cta-button"><a href="{{ url }}">Contact Us</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user