{% extends "base.html" %} {% block title %}{{ speaker.display_name }} - Speakers{% endblock %} {% comment %}A speaker's own page. This is what a shared link resolves to, and what the sliding panel pushes into the URL bar, so the two show the same content.{% endcomment %} {% block content %} All speakers
{% include "auctions/partials/speaker_panel.html" %}
{% endblock %}