Omphaloskepsis-2/layouts/partials/text/foreign-text.html

16 lines
305 B
HTML
Raw Permalink Normal View History

{{- /*
Displays foreign text.
@params original The text in the original language.
@params lang The language code of the original language.
@params translation The text in the parent container's language.
*/
-}}
<i
lang="{{ .lang }}"
title="{{ .translation }}"
>{{ .original }}</i
>