video-static-html/templates/video.tpl

9 lines
279 B
Smarty
Raw Normal View History

2020-04-13 20:04:59 +00:00
<article class="col-4">
<h4 class="text-truncate">{{ title }}</h4>
<div class="embed-responsive embed-responsive-16by9">
<video class="embed-responsive-item" controls>
<source src="{{ src }}" type="{{ mime }}"/>
</video>
</div>
</article>