<html>
<head><title>Async test</title></head>
<body>
	<can-import from="test/async/state" export-as="viewModel"/>
	<can-import from="test/async/home/"/>

	<home-page></home-page>

	<can-import from="test/async/other/">
		{{#if isResolved}}
			<other-page></other-page>
		{{/if}}
	</can-import>

	<script src="../../steal/steal.js"
			main="test/async/index.stache!done-autorender"></script>
</body>
</html>
