<?php 
    //General Config File:
    require_once('../assets/php/config.php');
    
    //Specific page content:
    $section = '<!-- Promotions -->
        <section id="promociones">
            
        </section>
        ';
    
    //General page content:
    require RAIZ_APP.'/HTMLtemplate.php';
?>