latest-walk-tpl.hbs 524 Bytes
<script id="latest-walk-tpl" type="text/html">
    \{{# latestWalk}}
        <div class="good">
            <a href="\{{href}}" target="_blank">
                <img class="lazy" data-original="\{{img}}" />
            </a>
            <a class="name" href="\{{href}}" target="_blank">\{{name}}</a>
            <p class="price">
                <span class="market-price">\{{marketPrice}}</span>
                <span class="sale-price">\{{salePrice}}</span>
            </p>
        </div>
    \{{/ latestWalk}}
</script>