mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
11 lines
308 B
HTML
11 lines
308 B
HTML
|
{{ if .Inner }}
|
||
|
<figure>
|
||
|
<iframe src='{{ .Get "src" }}' class='{{ .Get "class" }}'></iframe>
|
||
|
<figcaption>
|
||
|
<small>{{ .Inner }} <a href='{{ .Get "src" }}'>View Full</a></small>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
{{ else }}
|
||
|
<iframe src='{{ .Get "src" }}' class='{{ .Get "class" }}'></iframe>
|
||
|
{{ end }}
|