flask_whisper / templates /dashboard.html
Michael Natanael
Add prediction history page (only for authenticated users)
0c67b3e
raw
history blame contribute delete
284 Bytes
{% extends 'base.html' %}
{% block head %}
<title>Indonesian Lyrics Classification By Age Group - Register</title>
{% endblock %}
{% block body %}
<nav>
<ul>
<li><a href="/logout">Logout</a></li>
</ul>
</nav>
<h1>You are logged in as {{ email }}!</h1>
{% endblock %}