Skip to content
Snippets Groups Projects
course.html 484 B
Newer Older
Michael Kohlhase's avatar
new
Michael Kohlhase committed
---
layout: default
---

Tom Wiesing's avatar
Tom Wiesing committed
<div class="row">
Tom Wiesing's avatar
Tom Wiesing committed
  <div class="col s12 m5 left">
Tom Wiesing's avatar
Tom Wiesing committed
    <div class="card">
      <div class="card-content">
        <span class="card-title">{{page.title}}</span>
        
Tom Wiesing's avatar
Tom Wiesing committed
        {% assign person = page.instructor %}
        {% include people_chip.html %}
        <hr />
        
        {% for semester in page.semesters %}
            {% include semester.html %}<br />
        {% endfor %}
Tom Wiesing's avatar
Tom Wiesing committed
      </div>
    </div>
  </div>
  <p>
    {{content}}
  </p>
</div>