gabrielgio.me @ a42f79ec30d915b45793d7d3c6964845bd5f4946

 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 }}