<?php
/**
 * Template Name:htmi
 *
 * Selectable from a dropdown menu on the edit page screen.
 */

get_header(); ?>

		<div id="container">
			<div id="content" role="main">
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>

				<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
					<?php if ( is_front_page() ) { ?>
						<h2 class="entry-title"><?php the_title(); ?></h2>
					<?php } else { ?>
						<h1 class="entry-title"><?php the_title(); ?></h1>
					<?php } ?>

					<div class="entry-content">
<?php include 'intro.php'; ?>
<hr>
<ul>
<li class="page_item page-item-1609"><a href="http://yuttadhammo.sirimangalo.org/articles/how-to-meditate/chapter-one-what-is-meditation/" title="Chapter One: What is Meditation?">Chapter One: What is Meditation?</a></li>
<li class="page_item page-item-1608"><a href="http://yuttadhammo.sirimangalo.org/articles/how-to-meditate/chapter-two-sitting-meditation/" title="Chapter Two: Sitting Meditation">Chapter Two: Sitting Meditation</a></li>
<li class="page_item page-item-1607"><a href="http://yuttadhammo.sirimangalo.org/articles/how-to-meditate/chapter-three-walking-meditation/" title="Chapter Three: Walking Meditation">Chapter Three: Walking Meditation</a></li>
<li class="page_item page-item-1618"><a href="http://yuttadhammo.sirimangalo.org/articles/how-to-meditate/chapter-four-fundamentals/" title="Chapter Four: Fundamentals">Chapter Four: Fundamentals</a></li>
<li class="page_item page-item-1624"><a href="http://yuttadhammo.sirimangalo.org/articles/how-to-meditate/chapter-five-mindful-prostration/" title="Chapter Five: Mindful Prostration">Chapter Five: Mindful Prostration</a></li>
<li class="page_item page-item-1630"><a href="http://yuttadhammo.sirimangalo.org/articles/how-to-meditate/chapter-six-daily-life/" title="Chapter Six: Daily Life">Chapter Six: Daily Life</a></li>
<li class="page_item page-item-1792"><a href="http://yuttadhammo.sirimangalo.org/articles/how-to-meditate/appendix-illustrations/" title="Appendix: Illustrations">Appendix: Illustrations</a></li>
						<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
						<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
					</div><!-- .entry-content -->
				</div><!-- #post-## -->

				<?php comments_template( '', true ); ?>

<?php endwhile; // end of the loop. ?>
			</div><!-- #content -->
		</div><!-- #container -->

<?php get_sidebar(); ?>
<?php get_footer(); ?>
