{% extends 'base.html' %} {% block title %}Yan Lin's Presentations{% endblock %} {% block header_title %}Yan Lin's Presentations{% endblock %} {% block navigation %} {% endblock %} {% block content %} {% for presentation in data.presentations %} {% include 'partials/presentation.html' %} {% endfor %} {% endblock %}