hugo-theme-almeida/layouts/partials/_profile.html
2021-07-28 18:24:15 +02:00

10 lines
264 B
HTML

{{ if .Profile }}
<div id="profile" class="section">
<div class="section__heading">
<h2 class="section__title">{{ i18n "profile" }}</h2>
</div>
<div class="section__content">
<p>{{ .Profile | safeHTML }}</p>
</div>
</div>
{{ end }}