Skip to content

Instantly share code, notes, and snippets.

@aamedina
Created June 17, 2013 14:12
Show Gist options
  • Save aamedina/5797160 to your computer and use it in GitHub Desktop.
Save aamedina/5797160 to your computer and use it in GitHub Desktop.
(defhtml layout [& body]
(html5
[:head
[:title "Reactive"]
[:style "canvas { width: 100%; height: 100%;"]
(include-css "css/page.css" "css/bootstrap.css")
(include-js "js/jquery.min.js" "js/three.js")]
[:body
(include-js "js/bootstrap.min.js" "js/cljs.js")
[:script {:type "text/javascript"}
"goog.require(\"cljs\"); reactive.client._main()"]]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment