@if (userName()) {
This is a demo of a PHX Frontend Plugin.
Click the buttons below to navigate to the different pages.
@if (!apolloProvided()) {
Apollo not provided!
}
@for (item of routeItems(); track item.title) { }
}