site/views/success.moon

9 lines
213 B
Plaintext
Raw Permalink Normal View History

2015-02-01 07:00:52 +00:00
import Widget from require "lapis.html"
class Success extends Widget
content: =>
center ->
h1 "Thanks!"
p class: "lead", "Thanks for getting in touch! I'll get back with you as soon as I can."