Skip to content

Instantly share code, notes, and snippets.

@jrthib
Last active December 17, 2015 15:29
Show Gist options
  • Save jrthib/5632351 to your computer and use it in GitHub Desktop.
Save jrthib/5632351 to your computer and use it in GitHub Desktop.
Parallax Row Mustache Template
<section id="{{ID}}" class="parallax">
<div class="container">
<div class="col span_7">
<h1>{{&section_title}}</h1>
<p>{{paragraph}}</p>
<p class="more"><a href="{{link_to}}" class="button">{{button}}</a></p>
</div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment