使用模板来显示具有特定标题的所有对象

时间:2018-07-10 09:24:24

标签: javascript html arrays json handlebars.js

如果图块是 tim jnes ,我想显示范围卡中的所有数据。

第一次使用Handelbars我有些愚蠢的问题,但是我花了几个小时试图解决。

我正在尝试仅显示标题和以下数据如果标题是Tim jnes

到目前为止我有

  <h3 class="range-card__title">{{title}}</h3>
    <h4>Index: {{@title}} title = {{"test title"}}</h4>
  <p class="range-card__intro">
    {{intro}}
    <a href="#" class="range-card__more-link">Learn more</a>
  </p>

我的json是

 {
        "title": "test title",
        "intro": "hdgdg",

        "price": "£4564",
        "promo": [
          "gjyj"
        ],
        "colors": [
          {
            "color": "#fff",
            "label": "White",
            "bordered": true,

          },
        ]
      },

0 个答案:

没有答案