mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-28 03:50:29 -04:00
4 lines
128 B
HTML
4 lines
128 B
HTML
<div class="embed {{ .Name }}">
|
|
<iframe src="{{ .Get "src" }}" {{ with .Get "title" }}title="{{ . }}"{{ end }}></iframe>
|
|
</div>
|