</div>

		<footer>
			<?php 
html5bp_include('templates/boilerplate/footer_element.php');
?>
		</footer>
<?php 
if (apply_filters('wp-html5-boilerplate:use_container_div', false)) {
    ?>
	</div> <!--! end of #container -->
<?php 
}
?>


	<script src="js/plugins.js?v=1"></script>
	<script src="js/script.js?v=1"></script>

	<!--[if lt IE 7 ]>
		<script src="<?php 
echo $theme->getThemeFileURL('js/dd_belatedpng.js');
?>
"></script>
	<![endif]-->

	<?php 
if (apply_filters('wp-html5-boilerplate:include_profiler', false)) {
    ?>
		<!-- yui profiler and profileviewer - remove for production -->
<?php

html5bp_include('templates/general/site_branding.php');
?>

<nav>
	<?php 
html5bp_include('templates/general/primary_nav.php');
?>
</nav>