doc/themes/learn2-git-sync/templates/partials/presentation_iframe.html.twig
tituspijean 7b447ac5ae Grav-ification
Creating the pages hierarchy for transitioning to Grav
2020-11-10 17:34:30 +01:00

3 lines
148 B
Twig

<div class="videoWrapper">
<iframe src="{{ presentation_base_url }}/{{ src }}" frameborder="0" allowfullscreen class="{{ class }}"></iframe>
</div>