Files
vij/index.php

14 lines
152 B
PHP
Raw Normal View History

2021-09-16 12:14:35 +03:00
<?php
/**
* The main template file.
*
*/
get_header(); ?>
<div id="main">
<?php get_template_part('content') ?>
</div>
<?php get_footer(); ?>