8-Templates edit

Full-Page-template  edit

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/Full-Page-template.php --> <!-- main CONTENT --> <main class="fullPage clearfix" id="main_content"> <div class="content_wrapper"> <section class="gallery" id="content"> <div class="user_content"> <?php outputElement("breadcrumbs"); outputContent($content); ?> </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/_Full-Page-template.scss */