1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:39:26 +00:00
Files
stratos/views/logout.hbs

9 lines
289 B
Handlebars

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