--- layout: default ---
<article class="body-wrapper margin-wrapper"> <div id="left-column"> <h2>{{ page.section }}</h2> <ul> {% for link in page.news_pages %} <li><a href="{{ link.href | relative_url }}" {% if link.active %}class="active" {% endif %}>{{ link.title }}</a></li> {% endfor %} </ul> </div> <div> <header> <h1> {{ page.title | escape }}<br /> <small>{{ page.date | date: '%B %d, %Y' }}</small> </h1> </header> {{ content }} <span class="pull-right"> <a href="{{ '/news' | relative_url }}">Go back to the news</a> </span> </div> </article>