Skip to content

Instantly share code, notes, and snippets.

@aristath
Forked from anonymous/gist:b59441d80a583a91255a
Last active August 29, 2015 14:09
Show Gist options
  • Save aristath/a50ed518aae56853cfd2 to your computer and use it in GitHub Desktop.
Save aristath/a50ed518aae56853cfd2 to your computer and use it in GitHub Desktop.
<?php
/*
Template Name: kalu
*/
?>
<?php get_header(); ?>
<section id="content" role="main">
<?php the_content(); ?>
</section>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment