<!-- src/components/alert.hbs -->
<div class="alert">alert.config.jsonから設定</div>
<!-- src/components/alert.hbs -->
<div class="alert">{{text}}</div>
{
  "text": "alert.config.jsonから設定"
}

There are no notes for this item.