Sha256: 48a7e2d1032682f5e015db37aba6ee6f14a11b8630fa9841d6ee297f09da56d0
Contents?: true
Size: 397 Bytes
Versions: 22
Compression:
Stored size: 397 Bytes
Contents
<?php get_header(); ?> <div class="content-wrap"> <div class="content content-area"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; endif; ?> </div> <div class="site-sidebar widget-area"> <?php get_sidebar(); ?> </div> </div> <?php get_footer(); ?>
Version data entries
22 entries across 22 versions & 1 rubygems