function _lbc03d71fd18_content($_l, $_args)
    {
        extract($_args);
        ?>

<?php 
        if (trim($post->content) != "") {
            ?>

<section class="section content-section">

<div id="container" class="subpage wrapper onecolumn">

	<div id="content" class="entry-content clearfix" role="main">
		<div class="content-wrapper clearfix">

			<header class="entry-title clearfix">
				<h1><?php 
            echo NTemplateHelpers::escapeHtml($post->title, ENT_NOQUOTES);
            ?>
</h1>
				<span class="breadcrumbs"><?php 
            echo NTemplateHelpers::escapeHtml(__('You are here:', 'ait'), ENT_NOQUOTES);
            ?>
 <?php 
            echo WpLatteFunctions::breadcrumbs(array());
            ?>
</span>
			</header>

			<?php 
            echo $post->content;
            ?>


		</div> <!-- /.content-wrapper -->

<?php 
            NCoreMacros::includeTemplate("comments.php", array('closeable' => $themeOptions->general->closeComments, 'defaultState' => $themeOptions->general->defaultPosition) + $template->getParams(), $_l->templates['d17l81i8rg'])->render();
            ?>

	</div> <!-- /#content -->

</div> <!-- /#container -->

</section>

<?php 
        }
        ?>

<?php 
    }
    function _lbca32f6c9f7_content($_l, $_args)
    {
        extract($_args);
        ?>

<section class="section content-section blog-section">

<div id="container" class="subpage wrapper <?php 
        if (is_active_sidebar("blog-sidebar")) {
        } else {
            ?>
onecolumn<?php 
        }
        ?>
">

<?php 
        if ($posts) {
            ?>
	<div id="content" class="entry-content clearfix" role="main">
		<div class="content-wrapper clearfix">

<?php 
            if (!$isIndexPage) {
                if (trim($post->content) != "") {
                    ?>

			<header class="entry-title clearfix">
				<h1><?php 
                    echo NTemplateHelpers::escapeHtml($post->title, ENT_NOQUOTES);
                    ?>
</h1>
				<span class="breadcrumbs"><?php 
                    echo NTemplateHelpers::escapeHtml(__('You are here:', 'ait'), ENT_NOQUOTES);
                    ?>
 <?php 
                    echo WpLatteFunctions::breadcrumbs(array());
                    ?>
</span>
			</header>

			<?php 
                    echo $post->content;
                    ?>


<?php 
                }
            }
            ?>


<?php 
            NCoreMacros::includeTemplate("snippets/content-nav.php", array('location' => 'nav-above') + $template->getParams(), $_l->templates['kwjpuxbgc0'])->render();
            ?>

<?php 
            NCoreMacros::includeTemplate("snippets/content-loop.php", array('posts' => $posts) + $template->getParams(), $_l->templates['kwjpuxbgc0'])->render();
            ?>

<?php 
            NCoreMacros::includeTemplate("snippets/content-nav.php", array('location' => 'nav-below') + $template->getParams(), $_l->templates['kwjpuxbgc0'])->render();
            ?>


		</div> <!-- /.content-wrapper -->
	</div> <!-- /#content -->

<?php 
            if (is_active_sidebar("blog-sidebar")) {
                ?>
	<div class="page-sidebar blog-sidebar right clearfix">
<?php 
                dynamic_sidebar('blog-sidebar');
                ?>
	</div>
<?php 
            }
            ?>

<?php 
        } else {
            ?>

	<div id="content" class="entry-content" role="main">
		<div class="content-wrapper">

<?php 
            NCoreMacros::includeTemplate("snippets/nothing-found.php", $template->getParams(), $_l->templates['kwjpuxbgc0'])->render();
            ?>

		</div> <!-- /.content-wrapper -->
	</div> <!-- /#content -->

<?php 
        }
        ?>

</div> <!-- /#container -->

</section>

<?php 
    }
    function _lbaa458dc557_content($_l, $_args)
    {
        extract($_args);
        ?>

<?php 
        if (trim($post->content) != "") {
            ?>

<section class="section content-section">

<div id="container" class="subpage wrapper <?php 
            if (is_active_sidebar("subpages-sidebar")) {
            } else {
                ?>
onecolumn<?php 
            }
            ?>
">

	<div id="content" class="entry-content clearfix" role="main">
		<div class="content-wrapper clearfix">

			<header class="entry-title clearfix">
				<h1><?php 
            echo NTemplateHelpers::escapeHtml($post->title, ENT_NOQUOTES);
            ?>
</h1>
				<span class="breadcrumbs"><?php 
            echo NTemplateHelpers::escapeHtml(__('You are here:', 'ait'), ENT_NOQUOTES);
            ?>
 <?php 
            echo WpLatteFunctions::breadcrumbs(array());
            ?>
</span>
			</header>

			<?php 
            echo $post->content;
            ?>


		</div> <!-- /.content-wrapper -->

<?php 
            NCoreMacros::includeTemplate("comments.php", array('closeable' => $themeOptions->general->closeComments, 'defaultState' => $themeOptions->general->defaultPosition) + $template->getParams(), $_l->templates['pnrp9cdtnw'])->render();
            ?>

	</div> <!-- /#content -->

<?php 
            if (is_active_sidebar("subpages-sidebar")) {
                ?>
	<div class="page-sidebar subpage-sidebar right clearfix">
<?php 
                dynamic_sidebar('subpages-sidebar');
                ?>
	</div>
<?php 
            }
            ?>

</div> <!-- /#container -->

</section>

<?php 
        }
        ?>

<?php 
    }