4 lines
73 B
HTML
4 lines
73 B
HTML
|
{{ $text := .Get "text" }}
|
||
|
|
||
|
<span style="color: red;">{{ $text }}</span>
|