Skip to content

Instantly share code, notes, and snippets.

@zckly
Created October 6, 2015 00:07
Show Gist options
  • Save zckly/517908cc9a9aee5bf343 to your computer and use it in GitHub Desktop.
Save zckly/517908cc9a9aee5bf343 to your computer and use it in GitHub Desktop.
This is for my meteor yelp clone tutorial part 2
<template name="splash">
<div class="row">
<div class="ytype">
<h1>This is the splash page.</h1>
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment