website/_layouts/page.html (9 lines of code) (raw):

--- layout: default --- <div class="mainContainer blogContainer postContainer"> <div id="main_wrap" class="wrapper mainWrapper"> {% include nav_blog.html %} {{ content }} </div> </div>