Edit Page Code Sample
Here is some example code to build a "Not Allowed" page for the Accounts app. This is just an example and you have the flexibility to lay out the page to suit your own design.
Below is a screenshot of the layout that this code will build.
image here
HTML:
Below is the HTML / Branch code that would go in the Template field for the Tag List content template.
<h1>Not Allowed</h1>
<div class="content">
<p>Sorry, but you don't have access to {#url}.</p>
<p>Please check to make sure you are logged in or request access to the page by <a href="/contact">contacting us</a>.</p>
</div>