10 lines
320 B
Smarty
10 lines
320 B
Smarty
<div class="page-tile">
|
|
<a href="{{ url }}">
|
|
<img src="{{ thumbnail }}" alt="{{ title }}" />
|
|
</a>
|
|
<h2>
|
|
<a href="{{ url }}">{{{ title }}}{{#if count}} ({{count}} Products){{/if}}</a>
|
|
</h2>
|
|
<a href="{{ url }}" class="learn-more">Learn More {{#assetContents arrow-right.svg}}</a>
|
|
</div>
|