{% if page.problem %}
{% for x in site.chapter.effects %}
{% if page[x.key] %}
{{ x.label }}
{% assign collection = page[x.key] %}
{% for item in collection %}
{% include effect-item.html %}
{% endfor %}