Sha256: b329846c8d2be150c741cf8588c3331fdd4d99b55f63b71aa5792ea70dffda6c
Contents?: true
Size: 647 Bytes
Versions: 38
Compression:
Stored size: 647 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
38 entries across 38 versions & 1 rubygems