templates/poem.html

templates/poem.html

<h1>Poem</h1>
<p>{{ poem.replace('\n', '<br>') | safe }}</p>

<small>Refresh the page to get a new poem</small>

<br><br>

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