2.9 components.forbiddenpage Forbidden - 403
Custom Styling for 403/Access Denied Page
Example
403-Forbidden
You are forbidden from accessing content in this area. Please contact the site administrators for more help.
Markup: components/forbiddenpage/forbiddenpage.twig
<div id="mainwrapper" class="system-status-page group">
<main role="main">
<div class="main_icon">
<img src="../images/Icon-Forbidden.svg" alt="Under Construction Icon">
</div>
<div class="group">
<h1>403-Forbidden</h1>
You are forbidden from accessing content in this area. Please <a href="/contact">contact</a> the site administrators for more help.
</div>
</main>
</div> <!-- End Mainwrapper -->
Source:
sass/components/forbiddenpage/_forbiddenpage.scss
, line 1