Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 645 Bytes

get_featured_rules_for_audience.md

File metadata and controls

18 lines (17 loc) · 645 Bytes

{% assign titleLoop = 0 %} {% for sect in include.filename.content %} {% for stylerule in sect.sectionrules %} {% if stylerule.audience contains include.audience and stylerule.featured and titleLoop == 0 %}

[{{ include.sectionname }}]({{ include.sectionlink }})

{% assign titleLoop = titleLoop | plus: 1 %} {% break %} {% endif %} {% endfor %} {% endfor %}

{% for sect in include.filename.content %} {% for stylerule in sect.sectionrules %} {% if stylerule.audience contains include.audience and stylerule.featured %}

  • {{ stylerule.featured | liquify }} {% endif %} {% endfor %} {% endfor %}