<?php
/**
* The default template for displaying content
*
* Used for both single and index/archive/search.
*
* @package boal
* @version 1.0
* @author NanoAgency
* @link http://www.nanoagency.co
* @copyright Copyright (c) 2016 NanoAgency
* @license GPL v2
*/
?>
<div class="col-md-6">
<?php get_template_part( 'content-inner'); ?>
</div>