conference-archive/templates/navbar.html
2023-09-21 04:57:52 +01:00

6 lines
169 B
HTML

<p>
<a href="{{ url_for("index") }}">home</a>
| <a href="{{ url_for("events_page") }}">events</a>
| <a href="{{ url_for("top_speakers_page") }}">speakers</a>
</p>