Skip to content
Snippets Groups Projects
course.html 369 B
Newer Older
  • Learn to ignore specific revisions
  • 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}} ({{page.taught}})</span>
    
    Tom Wiesing's avatar
    Tom Wiesing committed
            {% assign person = page.instructor %}
    
    Tom Wiesing's avatar
    Tom Wiesing committed
            Instructor: {% include people_chip.html %}
    
    Tom Wiesing's avatar
    Tom Wiesing committed
          </div>
        </div>
      </div>
      <p>
        {{content}}
      </p>
    </div>