hugo-shopping-product-catal.../layouts/partials/products/single/product-single-heading.html

6 lines
249 B
HTML
Raw Normal View History

2018-05-12 12:28:56 +02:00
<h1>{{ .Title }}</h1>
<p>
<span style="text-decoration: line-through">{{ .Params.comparePrice }}</span>
<span>{{ .Params.actualPrice }}</span>
{{ if not .Params.inStock }} <span class="font-weight-bold">— Sold Out</span> {{ end }}
</p>