mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-11 23:50:06 +01: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" }}
|