diff options
Diffstat (limited to 'example-site/login.md')
| -rw-r--r-- | example-site/login.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/example-site/login.md b/example-site/login.md new file mode 100644 index 0000000..1b29ddd --- /dev/null +++ b/example-site/login.md @@ -0,0 +1,21 @@ +--- +title: Login +description: Login page +|--- + +<form action="/login" method="POST"> +<label for="username">Username:</label> +<input type="text" id="username" name="username" /> + +<label for="password">Password:</label> +<input type="password" id="password" name="password" /> + +<input type="submit" value="submit"> +</form> + + +{{if .Vars}} +``` +{{.Vars}} +``` +{{else}}{{end}} |
