amp-mustache模板,如何在没有JSON源外部文件的情况下使用它?

时间:2017-03-24 13:21:12

标签: amp-html accelerated-mobile-page amp-mustache

我可以在 AMP (加速移动页面)页面中定义一些json并将其用作amp-mustache源吗? 像这样:

<!-- somewhere in header -->
<script async="" custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.1.js"></script>

<!-- somewhere in body -->
<script>
var temp = { text : 'some text goes here ... '; },
</script>
<div type="amp-mustache"> <!-- without src="/some/file/with.json" -->
  {{ temp.text }}
</div>

0 个答案:

没有答案