mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-11 20:13:19 +00:00
15 lines
526 B
HTML
15 lines
526 B
HTML
<!--
|
|
Copyright © 2024 The Hinode Team / Mark Dumay. All rights reserved.
|
|
Use of this source code is governed by The MIT License (MIT) that can be found in the LICENSE file.
|
|
Visit gethinode.com/license for more details.
|
|
-->
|
|
{{- $error := false -}}
|
|
|
|
{{- if partial "utilities/IsInvalidArgs.html" (dict "structure" "sup" "args" .Params) -}}
|
|
{{- errorf "Invalid arguments: %s" .Position -}}
|
|
{{- $error = true -}}
|
|
{{- end -}}
|
|
|
|
{{- $text := .Get 0 | default "" -}}
|
|
|
|
<sup>{{ $text | .Page.RenderString -}}</sup> |