Advertisement
jjttjj

Untitled

Jul 19th, 2017
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (ns ^{:hoplon/page "ex2.html"}
  2.     lightning-demo.ex2
  3.   (:require [hoplon.core :as hl]
  4.             [javelin.core :as j]
  5.             [hoplon.jquery]))
  6.  
  7. (page "ex1.html"
  8.   (:require [clojure.string :as str]))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement