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

    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 %}