{% extends 'layout.html.twig' %} {% block body %}
{{ app.user.userIdentifier }}
Users with ROLE_FEATURED_WRITER appear in the sidebar across the site.
Enter an npub to add as featured writer. User will be created if they don't exist. {# Add new featured writer form #} {# List of featured writers #} {% if featuredWriters is defined and featuredWriters|length > 0 %}php bin/console user:elevate npub1... ROLE_FEATURED_WRITER
Users with ROLE_MUTED are excluded from article listings (discover, latest articles).
{# Add new muted user form #} {# List of muted users #} {% if mutedUsers is defined and mutedUsers|length > 0 %}php bin/console user:elevate npub1... ROLE_MUTED