6 lines
182 B
Smarty
6 lines
182 B
Smarty
<article class="col-4">
|
|
<h4 class="text-truncate">{{ title }}</h4>
|
|
<a href="{{ ref }}">
|
|
<img class="img-thumbnail" src="{{ src }}" height="128" />
|
|
</a>
|
|
</article> |