Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
home
/
puskom
/
mastur
/
newspaperex
/
//home/puskom/mastur/newspaperex/template-frontpage.php
<?php /** // Template Name: Frontpage */ get_header(); ?> <div id="content" class="container-fluid home"> <div class="row"> <?php get_template_part('sidebar','frontpageleft'); get_template_part('sidebar','frontcontent'); get_template_part('sidebar','frontpageright'); ?> </div> </div> <?php get_footer(); ?>