title: {{ title }}
{% if lecture_slides %}lecture_slides: [ {% for slide in lecture_slides %} {{ slide }}{% if loop.nextitem %},{% endif %} {% endfor %} ]
{% endif %} {% if lecture_notes %}lecture_notes: [ {% for note in lecture_notes %} {{ note }}{% if loop.nextitem %},{% endif %} {% endfor %} ]
{% endif %} {% if uuid %}uuid: {{ uuid }} (permalink)
{% endif %}tags: [ {% for tag in tags %} {{ tag }}{% if loop.nextitem %},{% endif %} {% endfor %} ]
{% if author is iterable %} written by {{ author }} {% else %} written by {% for auth in author %}{{ auth }}{% if loop.nextitem %}, {% endif %}{% endfor %} {% endif %}
syntax highlighting based on Pygments' default colors
page generated by gronk
{% if license %}License
{{ license }}