<?php get::block('header');?>
<?php get::block('page-header');?>
<div class="container">
<div class="row">
<div class="span9">
<div id="toc"></div>
<?php get::block('blog-actions');?>
<?php get::block('links-share');?>
<?php get::block('links-share');?>
<?php get::block('blog-comments');?>
<?php get::block('blog-comment-form');?>
</div>
<?php get::block('nav-side');?>
</div>
</div>
<script>$('#toc').toc();</script>
<?php get::block('footer');?>