You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
267 B

---
layout: usenew
permalink: /:collection/:path.html
---
# Glossary
<table class="uk-table uk-table-large uk-table-striped">
{% for member in site.data.glossary %}
<tr>
<th>{{ member.Term }}</th>
<td>{{ member.Definition }}</td>
</tr>
{% endfor %}
</table>