{% filter remove_whitespace %} {{ settings.title }}
{{ settings.title }}
{% for category, boards in config.categories %}
{{ category }} {% for board in boards %}
  • {{ board }}
  • {% endif %}
    {% endif %} {% for category, links in config.custom_categories %}
    {{ category }} {% for title, uri in links %}
  • {{ title }}
  • {% endif %}
    {% endif %} {% endfilter %}