<?php
/*
* Template Name: Fullwidth (IranKala)
*/
__('Fullwidth (IranKala)', 'irk');
?>
<?php get_header(); ?>
<main id="main">
<?php if (have_posts()): ?>
<?php while (have_posts()): ?>
<?php the_post(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
<?php endif; ?>
</main>
<?php get_footer(); ?>