Skip to content

Instantly share code, notes, and snippets.

@bobbicodes
Last active June 22, 2019 00:59
Show Gist options
  • Save bobbicodes/801f66a49e2fb25a5072fc069a0482e0 to your computer and use it in GitHub Desktop.
Save bobbicodes/801f66a49e2fb25a5072fc069a0482e0 to your computer and use it in GitHub Desktop.
Template HTML file for using Clojurescript and Reagent KLIPSE snippets
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Reagent Template</title>
<link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/app.klipse.tech/css/codemirror.css">
<script>
window.klipse_settings = {
selector: '.language-klipse',
selector_reagent: '.language-reagent',
};
</script>
</head>
<body>
<h1><center>Reagent Template</center></h1>
<pre><code class="language-klipse">
(require '[reagent.core :refer [atom]])
</code></pre>
<pre><code class="language-reagent">
</code></pre>
<script src="https://storage.googleapis.com/app.klipse.tech/plugin/js/klipse_plugin.js"></script>
</body>
</html>
@bobbicodes
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment