13 lines
241 B
HTML
13 lines
241 B
HTML
![]() |
{{ if .IsNamedParams }}
|
||
|
{{ with .Get "text" }}
|
||
|
<hr data-content='{{ . }}' />
|
||
|
{{ else }}
|
||
|
<hr />
|
||
|
{{ end }}
|
||
|
{{ else }}
|
||
|
{{ with .Get 0 }}
|
||
|
<hr data-content="{{ . }}" />
|
||
|
{{ else }}
|
||
|
<hr />
|
||
|
{{ end }}
|
||
|
{{ end }}
|