{% extends "layouts/reader.njk" %} {% block reader %}
{{ icon("previous") }} {{ __("microsub.channels.title") }}

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

{{ input({ id: "name", name: "name", label: __("microsub.channels.name"), required: true, autocomplete: "off", attributes: { autofocus: true } }) }}
{{ button({ text: __("microsub.channels.create") }) }} {{ __("Cancel") }}
{% endblock %}