How to check if current user has permissions

how can i check if the current user has a write permission on the page (not by going to the backend)?


is there a keyword about permissions whether the current user has a permissions or not?


Depends on what you want to do based on those permissions. If you want to display content only to users with Write permission, you could use a show_if design area (with a condition of write_access).