Attempt 1
This commit is contained in:
5
WebApp/src/layouts/pages/home.tmpl
Normal file
5
WebApp/src/layouts/pages/home.tmpl
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ define "content" -}}
|
||||
<h1>
|
||||
Hello, Pagerino User!
|
||||
</h1>
|
||||
{{- end }}
|
||||
11
WebApp/src/layouts/pages/login.tmpl
Normal file
11
WebApp/src/layouts/pages/login.tmpl
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ define "content" -}}
|
||||
<form method="POST" action="/login">
|
||||
<label>Username</label>
|
||||
<input type="text" name="username" required />
|
||||
|
||||
<label>Password</label>
|
||||
<input type="password" name="password" required />
|
||||
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user