1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-23 18:35:57 -04:00
Files
jarv.is/layouts/shortcodes/iframe.html
T
2020-04-30 07:53:08 -04:00

4 lines
75 B
HTML

<div class="embed iframe">
<iframe src="{{ .Get "src" }}"></iframe>
</div>