{% extends "layouts/reader.njk" %} {% block reader %}
{{ __("microsub.views.deck") }}

Deck columns

Select which channels appear as columns in your deck, and their order.

{% for channel in channels %} {% if channel.uid !== "notifications" %} {% endif %} {% endfor %}
{% endblock %}