17 lines
484 B
PHP
17 lines
484 B
PHP
<amp-list width="auto"
|
|
height="140"
|
|
layout="fixed-height"
|
|
src="/feed/amp-related.json">
|
|
<template type="amp-mustache">
|
|
<div class="image-entry">
|
|
<amp-img src="{{imageUrl}}"
|
|
width="100"
|
|
height="75"></amp-img>
|
|
<a href="{{url}}">{{title}}</a>
|
|
</div>
|
|
</template>
|
|
<div overflow
|
|
class="list-overflow">
|
|
See more
|
|
</div>
|
|
</amp-list> |