<?php
/**
 * The template for displaying generic content
 *
 * This is the template that displays generic content.
 * Please note that this is used only by third party plugins,
 * and that 'pages' and 'posts' on your WordPress site will use a
 * different template.
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */

get_header(); ?>

		<div id="primary">
			<div id="content" role="main">

				<?php do_action( 'generic_content' ); ?>

			</div><!-- #content -->
		</div><!-- #primary -->

<?php get_footer(); ?>