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

--- layout: default --- <div class="int_title"> <h1>{{ page.title }}</h1> {% if page.description %}<p>{{ page.description }}</p>{% endif %} </div> <div class="int_text" align="left">{{ content }}</div>