FButton.html 241 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <div id="NMEC_${id}" class="wev-comp-${compType}" target-form="${form}"> <div class="wev-btn-wrapper wev-btn-block"> {@each btns as btn, index} <a id="${btn.id}" class="wev-btn ${btn.className}">${btn.text}</a> {@/each} </div> </div>