Sha256: 9708d7f2aec87375f8b5538868ba2040d4bd44564265c94f0d464aca77b3d2fc
Contents?: true
Size: 362 Bytes
Versions: 6
Compression:
Stored size: 362 Bytes
Contents
<?php /** * * Template Name: Sample Template * **/ get_header(); ?> <div id="content"> <?php bramble_content_before(); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; endif; ?> <?php bramble_content_after(); ?> </div> <?php get_footer(); ?>
Version data entries
6 entries across 6 versions & 1 rubygems