Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_profile.html « partials « layouts - github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d97c902302f78bdca83850c3947688d4ba3fcce9 (plain)
1
2
3
4
5
6
7
8
9
10
{{ 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 | emojify }}</p>
    </div>
</div>
{{ end }}