--- layout: default --- {% include header.html %} {% assign page_category = site.data.category_list[page.category] %} {% assign page_subcategory = site.data.subcategory_list[page.subcategory] %}

{{ page_subcategory.name }}

{{ page_subcategory.description }}

{% for post in site.categories.[page.subcategory] %} {% include article-card.html %} {% endfor %} {% include more-help.html %}