Sha256: fa24f022be9c6450e40b871095c0a8e1cc359e96d1bc65f25b2d37b1ab4c0c54

Contents?: true

Size: 628 Bytes

Versions: 3

Compression:

Stored size: 628 Bytes

Contents

{% assign file = page.fileName %}
{% assign lang = page.lang %}
{% assign folder = page.folderName %}
{% assign uspData= site.data[folder][lang][file] %}

<h2 class="feature-h1  my-4" >{{uspData.USP_Heading}}</h2>
<table class="table table-bordered table-striped table-light " >
    <tbody>
            {%- for item in uspData.USPS -%}
                <tr>
                    <th scope="row">
                        {{item.USP_VALUE}}
                    </th>
                    <td>
                        {{item.USP_FACTOR}}
                    </td>
                </tr>
            {%- endfor -%}
    </tbody>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tools-theme-0.1.2 _includes/Usp/usp.html
tools-theme-0.1.1 _includes/Usp/usp.html
tools-theme-0.1.0 _includes/Usp/usp.html