working on string-templated based static pages
This commit is contained in:
14
static/templates/index.st
Normal file
14
static/templates/index.st
Normal file
@@ -0,0 +1,14 @@
|
||||
index(data) ::= <<
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<script src="static/jquery"></script>
|
||||
<script src="static/js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<span class="user">Logged in as <em>{data.user.name}</em></span>
|
||||
<h2>Users</h2>
|
||||
<h2>Lists</h2>
|
||||
</body>
|
||||
</html>
|
||||
>>
|
||||
Reference in New Issue
Block a user