{% extends "layouts/reader.njk" %} {% block reader %}
{% if channels.length > 0 %}
{% for channel in channels %} {% if channel.uid === "notifications" %} {{ icon("mention") }} {% endif %} {{ channel.name }} {% if channel.unread %} {% if channel.unread !== true %}{{ channel.unread }}{% endif %} {% endif %} {% endfor %}
{{ icon("syndicate") }} {{ __("microsub.feeds.follow") }} {{ icon("createPost") }} {{ __("microsub.channels.new") }}
{% else %}
{{ icon("syndicate") }}

{{ __("microsub.channels.empty") }}

{{ __("microsub.channels.new") }}
{% endif %}
{% endblock %}