@@include('header.htm') @@include('blocks/navigation.htm') @@include('blocks/page-header.htm', { "title": "Blog", "pagination": "blog" })
@@include('blocks/blog-posts.htm')
@@include('blocks/post-sidebar.htm')
@@include('blocks/footer.htm') @@include('footer.htm')