1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 18:19:25 +00:00
Files
stratos/views/logout.hbs
2022-01-31 21:47:18 +00:00

9 lines
278 B
Handlebars

{{> mainPageHeader name='Log Out' }}
<div class='mainForm'>
<p style='text-align: center;'>You are logged in as <span class='hl'>{{ username }}</span></p>
<form action='/logout' method='post'>
<input type='submit' class='btn btn--primary' value='Log Out'/>
</form>
</div>