{% macro talkwallheader(parent, type, title, subtitle, credits) %} {% import "headelements/walllinks.html" as walllinks %} {% import "headelements/topics.html" as topics %} {% import "headelements/creditsmsg.html" as creditsmsg %}
{% include "headelements/sidebarlink.html" %}

{{title}}

All Slides in the Course

{{ topics.topics ("index.html") }} {{ creditsmsg.creditsmsg(credits) }} {{ walllinks.walllinks ("talkwall.html", "labwall.html") }}
{% endmacro %}