{% assign course = site.teachings | where: 'course_id', include.course_id | first %} {% if course %}
Instructor: {{ course.instructor }}
{% endif %} {% if course.term %}Term: {{ course.term }}
{% endif %} {% if course.schedule %}| Week | Date | Topic | Materials |
|---|---|---|---|
| {{ entry.week }} | {{ entry.date }} |
{% if entry.topic %}
{{ entry.topic }}
{% endif %}
{% if entry.description %}
{{ entry.description | markdownify }}
{% endif %}
|
{% if entry.materials %}
|
No schedule available for this course.
{% endif %}