Skip to content
Snippets Groups Projects
project.html 298 B
Newer Older
  • Learn to ignore specific revisions
  • Michael Kohlhase's avatar
    Michael Kohlhase committed
    ---
    layout: default
    ---
    
    <div class="page">
      <h1 class="page-title">
        {{page.title}}
        {% if page.start %}
          {{page.start}} - {% if page.end %} {{page.end}}{% endif %}
        {% endif %}
    </h1>
      {{ content }}
    
      {% if page.people %}
      <h3>People:</h3>
      {{page.people}}
      {% endif %}
    </div>