<?php /** * page.php — статические страницы * * @package tactic */ get_header(); ?> <main id="main-content" role="main"> <div class="container" style="padding-block: 60px; text-align: center"> <p style="font-size: 24px; color: rgba(0,0,0,0.5); padding-block: 80px"><?php echo esc_html( tactic_s( 'common_demo_section_in_dev' ) ); ?></p> </div> </main> <?php get_footer(); ?>