Created
January 13, 2016 10:16
-
-
Save YonasBerhe/67bea4410e6ce7f1aa57 to your computer and use it in GitHub Desktop.
Using template hello
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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