mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2026-06-19 05:19:25 +02:00
8 lines
168 B
HTML
8 lines
168 B
HTML
{{ $text := . }}
|
|
|
|
{{ if not $text }}
|
|
{{/* add a blank character to prevent poor formatting */}}
|
|
{{ $text = " " }}
|
|
{{ end }}
|
|
|
|
{{- transform.Highlight $text "nix" }}
|