templates/talk.html

templates/talk.html

<h1>Your submitted talk:</h1>

<h2>{{ title }}</h2>
<h3>Submitted on {{ timestamp }}</h3>
<p>{{ description }}</p>

<br><br>

<a href="{{ url_for('talks') }}">See all talks</a>