Authorizations

{% if can("view-posts") %}

User can view posts

{% endif %} {% if cannot("display-admin") %}

User cannot display admin

{% endif %}