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

--- layout: default --- <div class="page"> <header class="post-header"> <h2 class="post-title">{{ page.title }}</h2> </header> <article id="page-content"> {{ content }} </article> </div>