Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelwomple/a51e696be0919f5c04e0b88888f94fd1 to your computer and use it in GitHub Desktop.
Save michaelwomple/a51e696be0919f5c04e0b88888f94fd1 to your computer and use it in GitHub Desktop.
An example of how an AMP Template works after foster parenting.
<template type="amp-mustache">
{{#prices}}
{{/prices}}
<table>
<tr>
<td>{{priceType}}:</td>
<td>$ {{price}}</td>
</tr>
</table>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment