mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-14 05:23:15 +00:00
7 lines
157 B
HTML
7 lines
157 B
HTML
<!--
|
|
Displays text as superscript, provided as unnamed argument.
|
|
-->
|
|
|
|
{{- $text := .Get 0 | default "" -}}
|
|
|
|
<sup>{{ $text | .Page.RenderString -}}</sup> |