5 lines
88 B
HTML
5 lines
88 B
HTML
|
{{ define "main" }}
|
||
|
<iframe src="{{ .Params.link }}"></iframe>
|
||
|
{{ .Content }}
|
||
|
{{ end }}
|