Sha256: 86cd0529c52a03d03aae91a25a195c010033050823c0f271c8f73cb30db1e1f6

Contents?: true

Size: 1.61 KB

Versions: 41

Compression:

Stored size: 1.61 KB

Contents

---
layout: default
---

<div class="columns is-multiline">

    <div class="column is-6">
        <figure class="image is-4by3">
            <img src="{{ page.image }}" />
        </figure>
    </div>

    <div class="column is-6">
        <p class="title is-3">{{ page.title }}</p>
        <p class="subtitle is-3">{{ page.subtitle }}</p>
        <p class="title is-4 has-text-right">{{ page.price }}</p>
        {% if page.product_code %}
        <p class="subtitle is-5 has-text-right">{{ page.product_code }}</p>
        {% endif %}
        
        {% if page.rating %}
            {% include rating.html rating=page.rating %}
        {% endif %}
        
        {% if page.features %}
        <div class="content">
            {% for feature in page.features %}
            <p>
                <span class="icon">
                    {% if feature.icon %}
                    <i class="fas {{ feature.icon }}"></i>
                    {% else %}
                    <i class="fas fa-circle fa-xs"></i>
                    {% endif %}
                </span> 
                <span>{{ feature.label }}</span></p>
            {% endfor %}
        </div>
        {% endif %}
    </div>

    <div class="column is-12">
        <p class="title is-4">Description</p>
        <div class="content">
            
    
            {{ content }}
        </div>
    </div>

    {% if site.data.reviews[page.product_code] %}
    <div class="column is-12">
        <p class="title is-4">Reviews</p>
        {% for review in site.data.reviews[page.product_code] %}
        {% include review.html %}
        {% endfor %}
    </div>
    {% endif %}

</div>

Version data entries

41 entries across 41 versions & 4 rubygems

Version Path
bulma-clean-theme-0.13.3 _layouts/product.html
bulma-clean-theme-0.13.2 _layouts/product.html
mgm-jekyll-bulma-0.1.1 _layouts/product.html
bulma-clean-theme-0.13.1 _layouts/product.html
bulma-clean-theme-0.13 _layouts/product.html
bulma-clean-theme-0.12 _layouts/product.html
jekyll-theme-opentoolbox-1.0.8 _layouts/product.html
bulma-clean-theme-0.11.2 _layouts/product.html
bulma-clean-theme-0.11.1 _layouts/product.html
bulma-clean-theme-0.11 _layouts/product.html
bulma-clean-theme-0.10.6 _layouts/product.html
bulma-clean-theme-0.10.5 _layouts/product.html
bulma-clean-theme-0.10.4 _layouts/product.html
bulma-clean-theme-0.10.3 _layouts/product.html
bulma-clean-theme-0.10.2 _layouts/product.html
bulma-clean-theme-0.10.1 _layouts/product.html
bulma-clean-theme-0.10 _layouts/product.html
bulma-clean-theme-0.9.2 _layouts/product.html
bulma-clean-theme-0.9.1 _layouts/product.html
bulma-clean-theme-0.9 _layouts/product.html