2015-01-05 21:41:19 +00:00
|
|
|
import Widget from require "lapis.html"
|
|
|
|
|
|
|
|
class Index extends Widget
|
|
|
|
content: =>
|
|
|
|
h1 class: "header", "Hello"
|
|
|
|
div class: "body", ->
|
|
|
|
text "Welcome to my site!"
|
2015-01-06 03:09:03 +00:00
|
|
|
|
|
|
|
if @user
|
|
|
|
h2, "I think you are UID #{@user}"
|