Skip to content

Instantly share code, notes, and snippets.

@Stefany93
Created July 4, 2019 21:32
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 Stefany93/d1a0020ab814e4902fec756579f3488d to your computer and use it in GitHub Desktop.
Save Stefany93/d1a0020ab814e4902fec756579f3488d to your computer and use it in GitHub Desktop.
AMP List
<amp-list
src="https://fabulousnewwebsite.com/trucks.php"
layout="fixed-height"
height="200"
width="auto"
>
<template type="amp-mustache">
<div>
<a href="{{url}}">{{title}}</a>
</div>
</template>
<div placeholder>
Loading links....
</div>
<div fallback>
Failed to load data
</div>
</amp-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment