2020-09-01 00:03:58 +02:00
|
|
|
<div class="section">
|
2021-02-12 20:01:55 +01:00
|
|
|
<h1 class="section-title">{{ .Site.Params.title_as.interests }}</h1>
|
2020-09-01 00:03:58 +02:00
|
|
|
<div class="item">
|
|
|
|
{{ range .Site.Data.features.interests }}
|
|
|
|
<li>{{.}}</li>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
</div>
|