Skip to content

Instantly share code, notes, and snippets.

@radiegtya
Last active October 27, 2015 15:26
Show Gist options
  • Save radiegtya/a176eb6a86216aceb1b7 to your computer and use it in GitHub Desktop.
Save radiegtya/a176eb6a86216aceb1b7 to your computer and use it in GitHub Desktop.
Meteoris Quickstart
<template name="radiegtya_siteIndex">
<div class="content">
<div class="box">
<div class="box-body">
<button>Click Me</button>
<p>
You've pressed the button {{counter}} times.
</p>
</div>
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment