2020-07-18 22:44:17 +02:00
|
|
|
<section id="contact">
|
|
|
|
<h3>Contact</h3>
|
|
|
|
<div class="grid-list">
|
|
|
|
{{#email}}
|
|
|
|
<div>
|
2020-11-01 13:37:00 +01:00
|
|
|
<h4>Email</h4>
|
2020-07-18 22:44:17 +02:00
|
|
|
<a href="mailto:{{.}}">{{.}}</a>
|
|
|
|
</div>
|
|
|
|
{{/email}}
|
|
|
|
{{#phone}}
|
|
|
|
<div>
|
2020-11-01 13:37:00 +01:00
|
|
|
<h4>Phone</h4>
|
2020-07-18 22:44:17 +02:00
|
|
|
{{.}}
|
|
|
|
</div>
|
|
|
|
{{/phone}}
|
|
|
|
{{#url}}
|
|
|
|
<div>
|
2020-11-01 13:37:00 +01:00
|
|
|
<h4>Website</h4>
|
2020-10-31 14:20:25 +01:00
|
|
|
<a href="{{.}}">{{formatURL .}}</a>
|
2020-07-18 22:44:17 +02:00
|
|
|
</div>
|
|
|
|
{{/url}}
|
|
|
|
</div>
|
|
|
|
</section>
|