costapy/pages/public/profile.html

6 lines
131 B
HTML

<ul>
<li>Username: ${profile['username']}</li>
<li>Email: ${profile['email']}</li>
<li>Phone: ${profile['Phone']}</li>
</ul>