mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-02-23 16:19:02 +00:00
10 lines
308 B
HTML
10 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 }}
|