array('post', 'evento', 'galeria', 'audio', 'video', 'publicacion'))); $templates = array( 'index.twig' ); if ( is_home() ) { array_unshift( $templates, 'home.twig' ); } if ( is_front_page() ) { array_unshift( $templates, 'frontpage.twig' ); } Timber::render( $templates, $context );