?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/r/a/n/rankinh/numerik/wp-content/themes/blackdsn/
Upload File :
Current File : /home/r/a/n/rankinh/numerik/wp-content/themes/blackdsn/single-blackdsn-portfolio.php

<?php
get_header();

if ( have_posts() ) :
	the_post();
	?>

    <div id="post-<?php the_ID(); ?>" <?php post_class( 'root-project post-full-content single-project' ) ?>>
		<?php the_content(); ?>
    </div>
<?php

endif;

get_footer();