8-Templates edit

Gateway-Page-template  edit

no content set

This is a stand-in row.

This is a stand-in row.

This is a stand-in row.

This is a stand-in row.

This is a stand-in row.

This is a stand-in row.

This is a stand-in row.

This is a stand-in row.

Copy
Edit
<!-- components/8-Templates/Gateway-Page-template.php --> <main class="hasSidebar fullPage clearfix" id="main_content"> <div class="content_wrapper"> <section class="gateway no-nav" id="content"> <div class="user_content"> <?php outputElement("breadcrumbs"); outputContent($content); ?> </div> <div id="sidebar" class="c-sidebar"> <?php outputContent("sidebar"); ?> </div> </section> </div> <section class="o-row layout_main-content__row"> <?php include '../components/7-rows/stand-in-row.php'; ?> </section> </main>
Copy
Copy
Edit
/* scss/8-Templates/_Gateway-Page-template.scss */