{{ css }}
{% include "navigation.njk" %}
Research
{% for post in posts %} {% if post.type == "research" %}
{{ post.dateFormatted }}
{{ post.title }}
{% endif %} {% endfor %}
General
{% for post in posts %} {% if post.type != "research" %}
{{ post.dateFormatted }}
{{ post.title }}
{% endif %} {% endfor %}
{{ javascript }} {% include "footer.njk" %}