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