aboutsummaryrefslogtreecommitdiff
path: root/docs/build/node_modules/hogan.js/test/index.html
blob: 6f0e7438b7e21ad9c25187ec72759fd99e6b9ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
	<title>test</title>
	<script src="https://raw.github.com/douglascrockford/JSON-js/master/json2.js"></script>
</head>
<body>
  <code id="console"></code>
  <script>var Hogan = {};</script>
  <script src="../lib/template.js"></script>
  <script src="../lib/compiler.js"></script>
  <script src="./index.js"></script>
</body>
</html>