Table of Contents
This email contains {{ entries|length }} videos-
{% for video in entries %}
- {{ video.title }} {% endfor %}
{{video.title}}
Watch it on our web site
{{video.description}}
Recorded on {{video.recorded}} at {{ video.event.name }}
Look for other videos at {{video.event.name}}.
Speaker
-
{% for s in video.speakers %}
-
{{video.speakers[s].info.name}}
{% if video.speakers[s].info.twitter %} @{{ video.speakers[s].info.twitter }}
{% endif %} {% if video.speakers[s].info.github %} Github {{ video.speakers[s].info.github }}
{% endif %} {% if video.speakers[s].info.home %} {% endif %}
{% endfor %}
On Youtube: https://www.youtube.com/watch?v={{video.videos[0].code}}