Added Shakespeare templating and setup basic Maybe-bound lookup for conditional rendering of the page or an appropriate notice that the password doesn't exist.
This commit is contained in:
8
views/index.hamlet
Normal file
8
views/index.hamlet
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Purr
|
||||
<body>
|
||||
$maybe pw <- password
|
||||
<p>Here's the password for #{link}: #{pw}
|
||||
$nothing
|
||||
<p>No password available at https://purr.eversole.co/#{link}
|
Reference in New Issue
Block a user