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

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