Skip to content

Instantly share code, notes, and snippets.

@bradfrost
Last active August 29, 2015 14:03
Show Gist options
  • Save bradfrost/91931810b033a79cf8a9 to your computer and use it in GitHub Desktop.
Save bradfrost/91931810b033a79cf8a9 to your computer and use it in GitHub Desktop.
Example Mustache media object
<div class="block">
<img src="{{ img.square.src }}" alt="{{ img.square.alt }}" class="block__thumb" />
<div class="block__body">
<h2 class="block__title">{{ title }}</h2>
<p class="block__subtitle">{{ subtitle }}</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment