Skip to content

Instantly share code, notes, and snippets.

View danrichman's full-sized avatar

Dan Richman danrichman

View GitHub Profile
@danrichman
danrichman / homepage.marko
Last active February 8, 2016 02:05 — forked from adammcarth/homepage.marko
Navigation bar component in Marko JS
<!-- /src/pages/homepage/homepage.marko -->
<layout-use template="../../layouts/layout.marko" navbar-current="home">
<layout-put into="body">
...
</layout-put>
</layout-use>