inheritance.html 242 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <html> <head> <title>inheritance test</title> </head> <script>var Hogan = {};</script> <script src="./lib/template.js"></script> <script src="./lib/compiler.js"></script> <script src="inheritance.js"></script> <body> hmm </body> </html>