{% extends "base.html" %} {% block title %}Speech{% endblock %} {% block content %}

Speech #{{ speech.id }}

Highlight Me

Speaker {{ speech.member_name.title() }}
Speaker's Gender {{ speech.gender.title() }}
Sitting Date {{ speech.sitting_date }}
Political Party {{ speech.political_party.title() }}

{{speech.contents}}

{% endblock %}