gabrielgio.me @ abdfc394b1af6cb321bb8e2b021912ff4f861936

 1{{ if .IsTranslated }}
 2<h4>{{ i18n "translations" }}</h4>
 3<ul class="pl0 mr3">
 4    {{ range .Translations }}
 5    <li class="list f5 f4-ns fw4 dib pr3">
 6        <a class="hover-white no-underline white-90" href="{{ .Permalink }}">{{ .Lang }}</a>
 7    </li>
 8    {{ end}}
 9</ul>
10{{ end }}