working on configuration
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
index(data) ::= <<
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<script src="static/jquery"></script>
|
||||
<script src="static/js"></script>
|
||||
<script src="jquery"></script>
|
||||
<script src="js"></script>
|
||||
<link rel="stylesheet" href="css" />
|
||||
</head>
|
||||
<body>
|
||||
<span class="user">Logged in as <em>{data.user.name}</em></span>
|
||||
<span class="user">Logged in as <em>«data.user.name»</em></span>
|
||||
<h2>Users</h2>
|
||||
<h2>Lists</h2>
|
||||
</body>
|
||||
</html>
|
||||
>>
|
||||
</html>
|
||||
Reference in New Issue
Block a user