5 lines
191 B
HTML
5 lines
191 B
HTML
|
<!-- Used for embedding iframes from sites like youtube and google -->
|
||
|
<div class="box box--embed box--youtube" youtube_id="{{ .Get 0 }}">
|
||
|
<!-- image or iframe injected here -->
|
||
|
</div>
|