i have seen the amp-list using src="example.com/json". but is there is a way to use blogger json feed inside amp-list?
<amp-list width="auto" height="140" layout="fixed-height"
src="https://example.blogspot.com/feeds/posts/default?alt=json">
<template type="amp-mustache">
-----
</template>
</amp-list>
You should be able to render the data from a Blogger feed by using the following template configuration -