8-Templates edit

Slideshow-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/Slideshow-Page-template.php --> <main class="clearfix" id="main_content"> <div class="content_wrapper"> <?php //outputMenu("page-nav"); ?> <section id="content"> <div class="user_content"> <div class="user_content--wrapper"> <?php outputElement("breadcrumbs"); outputContent($content); ?> </div> </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/_Slideshow-Page-template.scss */