Skip to content

Instantly share code, notes, and snippets.

View spikebrehm's full-sized avatar

Spike Brehm spikebrehm

View GitHub Profile
@spikebrehm
spikebrehm / app__templates__home__index.hbs
Last active December 24, 2015 20:49 — forked from julianlconnor/index.js
Example of how to use child views with the `view` helper for Rendr.
<h1>Some page</h1>
<div class="user-wrapper">
<div class="name">{{user.name}}</div>
</div>
<div class="balance">
{{user.balance}}
</div>