--- layout: "base.html" ---

Categories

{% for category in collections.categories %}

{{ category.title }}

{% endfor %}

Testing second implementation

{% for post in collections.articles %}
  • {{post.data.title}}
  • {% endfor %}

    Categories

    {% for category in collections.articleCategories %}

    {{ category.title }}

    {% endfor %}