site/views/blog/post.moon

11 lines
215 B
Plaintext
Raw Normal View History

2015-02-13 20:48:30 +00:00
import Widget from require "lapis.html"
class Post extends Widget
content: =>
2015-02-16 21:24:04 +00:00
link rel: "stylesheet", href: "/static/css/blog/post.css"
center ->
h1 @title
div class: "post", ->
raw @doc