figuring out meteor
This commit is contained in:
@@ -10,11 +10,20 @@
|
||||
Here goes list of machines
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
{{#each machines}}
|
||||
{{> machineDetails}}
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- {{> hello}} -->
|
||||
</body>
|
||||
|
||||
<template name="machineDetails">
|
||||
<div class="col-lg-4">{{hostname}}</div>
|
||||
</template>
|
||||
|
||||
<template name="hello">
|
||||
<button>Click Me</button>
|
||||
<p>You've pressed the button {{counter}} times.</p>
|
||||
|
||||
Reference in New Issue
Block a user