video-static-html/templates/folder.tpl

6 lines
182 B
Smarty
Raw Normal View History

2020-04-13 20:04:59 +00:00
<article class="col-4">
<h4 class="text-truncate">{{ title }}</h4>
<a href="{{ ref }}">
<img class="img-thumbnail" src="{{ src }}" height="128" />
</a>
</article>