User/Groupe Dependent Content

Hi @simonliechti -

To get started - you could add something like this to your template:

{% if config.plugins.login.enabled and grav.user.username %}                                       
       Hello {{ grav.user.username }}
{% endif %}

from here you can build the custom content for the user.

1 Like