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/4614835a6c8a7d81240662271c7c686f to your computer and use it in GitHub Desktop.
Save michaelwomple/4614835a6c8a7d81240662271c7c686f to your computer and use it in GitHub Desktop.
An example of an AMP Template before foster parenting.
<template type="amp-mustache">
<table>
{{#prices}}
<tr>
<td>{{priceType}}:</td>
<td>$ {{price}}</td>
</tr>
{{/prices}}
</table>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment