Skip to content

Instantly share code, notes, and snippets.

@YonasBerhe
Created January 13, 2016 10:16
Show Gist options
  • Save YonasBerhe/67bea4410e6ce7f1aa57 to your computer and use it in GitHub Desktop.
Save YonasBerhe/67bea4410e6ce7f1aa57 to your computer and use it in GitHub Desktop.
Using template hello
<head>
<title>meteor-stripe-checkout</title>
</head>
<body>
<h1>Meteor Stripe checkout</h1>
{{> hello}}
</body>
<template name="hello">
<button>Pay with Stripe</button>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment