taxonomy-department.php 557 Bytes
<?php
/*
    This is the archives template
*/

get_header();

?>

    <div class="row">
        <div class="col-md-12">
            <div class="row">
                <div class="spacer-80"></div>
                <?php 

                    offshore_content_top();

                    get_template_part( 'parts/content', 'archive-department' );

                    offshore_content_bottom();

                ?>
                <div class="spacer-80"></div>
            </div>
        </div>
    </div>

<?php

offshore_content_after();

get_footer(); 

?>