{% include jekyll-theme/header.html %} <div class="row"> <div class="col-md-8"> {{ content }} </div> <div class="col-md-4"> {% include jekyll-theme/sidebar.html %} </div> </div> {% include jekyll-theme/footer.html %}