<?php

/**
 * Template Name: Front Page
 */
?>

<?php 
get_header();
?>

<?php 
if (ProdoTheme::frontPage(get_the_ID())) {
    echo "\n" . ProdoTheme::frontSections();
}
?>

<?php 
get_footer();