site/views/blog/post.moon

11 lines
215 B
Plaintext

import Widget from require "lapis.html"
class Post extends Widget
content: =>
link rel: "stylesheet", href: "/static/css/blog/post.css"
center ->
h1 @title
div class: "post", ->
raw @doc