--- layout: default --- <div class="page"> <h1 class="page-title"> {{page.title}} {% if page.start %} {{page.start}} - {% if page.end %} {{page.end}}{% endif %} {% endif %} </h1> {% if page.subtitle %}<h2>{{page.subtitle}}</h2>{% endif %} {{ content }} {% if page.people %} <h3>People</h3> {{page.people}} {% endif %} {% if page.collaborators %} <h3>Collaborators</h3> {{page.collaborators}} {% endif %} {% if page.homepage %} <h3>Project Home Page</h3> <a href="{{page.url}}">{{page.homepage}}</a> {% endif %} </div>