フィールドセットを使用して要素の下にラベルを表示しようとしています。ハンドルバー テンプレート内でこれを行っています。画像とその名前、および画像の下の表示名をループします。私はそれをすることができません。助けてください.Belowは私が表示する必要がある方法です
IMG1 IMG2
image1 name image2 name
<fieldset style="text-align: center;border:1px solid #CCC;display:inline;padding- top:0.25em;vertical-align:middle;">
<legend class="devHealth"> Temperature</legend>{{#tempdevicesHealth}}
<img style="width:50px;height:50px;margin: 0 30px;" src="{{DeviceImg}}" alt="{{Hovertxt}}" title="{{Hovertxt}}"/>
<br/>
<label style="font-weight: bold">{{DeviceTitle}}</label>{{/tempdevicesHealth}}</fieldset>