Sha256: f3a75154e0b8135b9836fbb7478a267abe4d88aaf1bf19bd2f56f8d8376e5e0c

Contents?: true

Size: 524 Bytes

Versions: 1

Compression:

Stored size: 524 Bytes

Contents

<table>
    <thead>
        <tr>
            <th>Learning</th>
            <th>Primary</th>
        </tr>
    </thead>
    <tbody>
        {% for item in include.items %}
        <tr>
            <td>
                {% include dictionaries/collectionItem.html value=item.learning note=item.notes.learning %}
            </td>
            <td>
                {% include dictionaries/collectionItem.html value=item.primary note=item.notes.primary %}
            </td>
        </tr>
        {% endfor %}
    </tbody>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-dictionaries-1.0.3 _includes/dictionaries/single/collection.html