<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://noder-js.ariatemplates.com/dist/v1.3.0/noder.dev.js">
{
packaging: {
preprocessors: [{
pattern: /\.hsp$/,
module: "hsp/compiler/compile"
}, {
pattern: /\.js$/,
module: "hsp/transpiler/transpile"
}]
}
}
</script>
<script type="text/javascript" src="http://hashspace.ariatemplates.com/dist/0.0.3-SNAPSHOT/hashspace-noder.js"></script>
<script type="text/javascript" src="http://hashspace.ariatemplates.com/dist/0.0.3-SNAPSHOT/hashspace-noder-compiler.js"></script>
<script type="noder">
require('main.hsp');
</script>
</head>
<body>
<div id="output"></div>
</body>
</html>
# Hashspace hello world
This plunk is a basic hello world using [Hashspace](https://github.com/ariatemplates/hashspace).
# template main
Hello world
# /template
main().render("output");