{% for who in site.instructors %}
{% if who.photo %}
{% endif %} |
{% if who.url %} {{ who.name }} {% else %} {{who.name}} {% endif %} {% if who.div %}{{ who.div }} {% endif %} {% if who.org %}{{ who.org }} {% endif %}{% if who.github %} {% endif %} {% if who.email %} {% endif %} |
{% if site.helpers %}
Helpers assist the instructor by answering questions and debugging technological issues that arise during the course.
{% for who in site.helpers %}
{% if who.photo %}
{% endif %} |
{% if who.url %} {{ who.name }} {% else %} {{who.name}} {% endif %} {% if who.div %}{{ who.div }} {% endif %} {% if who.org %}{{ who.org }} {% endif %}{% if who.github %} {% endif %} {% if who.email %} {% endif %} |
{% if site.admin %}
{% for who in site.admin %}
{% if who.photo %}
{% endif %} |
{% if who.url %} {{ who.name }} {% else %} {{who.name}} {% endif %} {% if who.div %}{{ who.div }} {% endif %} {% if who.org %}{{ who.org }} {% endif %}{% if who.github %} {% endif %} {% if who.email %} {% endif %} |
