Sha256: ea04f2912adf60ff7c6ecdc7f60fc97238567c5fd0e5a9e128127c6226739e9a
Contents?: true
Size: 352 Bytes
Versions: 19
Compression:
Stored size: 352 Bytes
Contents
<?php get_header(); ?> <?php the_post(); ?> <div id="page-<?php the_ID(); ?>"> <?php if ( has_post_thumbnail() ) { ?> <div> <?php the_post_thumbnail(); ?> </div> <?php } ?> <h1><?php the_title(); ?></h1> <?php the_content(); ?> </div> <?php comments_template( '', true ); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>
Version data entries
19 entries across 19 versions & 3 rubygems