Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 730 Bytes

File metadata and controls

29 lines (29 loc) · 730 Bytes
layout default
title Grants

{% for group in site.data.grants %}

{{ group.type }}

{% for grant in group.grants %} {% endfor %}
Year Amount Topic Source PI
{{grant.year}} {{grant.amount}} {{grant.topic}} {{grant.from}} {{grant.to}}
{% endfor %}