/home/bdqbpbxa/demo-subdomains/artcosmetic.goodface.com.ua/wp-content/themes/artcosmetic/index.php
<?php get_header(); ?>
    <?php if (have_posts()): while (have_posts()): the_post(); ?>
    	<?php the_content(); ?>
    <?php endwhile; endif; ?>
<?php get_footer(); ?>