mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 08:19:31 +00:00
Added generalised handlebars context
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{> mainPageHeader name='Log Out' }}
|
||||
|
||||
<div class='formContainer'>
|
||||
<p style='text-align: center;'>You are logged in as <span class='hl'>{{ username }}</span></p>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user