panel/views/index.moon

8 lines
173 B
Plaintext
Raw Normal View History

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!"