{% if page.subcategories.size > 0 %}
Subcategorii:
{% for subcategory in page.subcategories %}
{{ subcategory }}
{% endfor %}
{% else %}
Back...
{% endif %}
{% if resources.size > 0 %}
{% for post in resources %}
{% include _partials/post.html %}
{% endfor %}
{% else %}
This directory does not contain any content.
{% endif %}