Skip to content
Snippets Groups Projects
Forked from KWARC / kwarc.info / www
978 commits behind the upstream repository.
course.html 645 B
---
layout: default
---

<div class="row">
  <div class="col s12 m5 left">
    <div class="card">
      <div class="card-content">
        <span class="card-title">{{page.title}}</span>
        {% for person in page.instructors %}
            {% include people_chip.html %}<br />
        {% endfor %}        
        <hr />
        
        {% if page.organization %}
            <b>{{page.organization}}</b> <br />
        {% endif %}
        
        {% for semester in page.semesters %}
            {% include semester.html %}<br />
        {% endfor %}
      </div>
    </div>
  </div>
  <div class="caption">
    {{content}}
  </div>
</div>