1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--- layout: default --- <div class="post"> <header class="post-header"> <h1 class="post-title">{{ page.title }}</h1> <p class="post-description">{{ page.description }}</p> </header> <article> {{ content }} </article> </div>