
Hey everyone, I am not an expert with html and have never used handlebars or whatnot, but I have the following code {{ #rollGreater () number 1 }} {{ #rollTotal () computed :: roll1 1 }} {{ #rollTotal () computed :: removal1 0 }} < div class= "sheet-template-inner-container sheet-template-fail" > {{ /rollTotal () computed::removal1 0 }} {{ #rollTotal () computed :: removal1 1 }} < div class= "sheet-template-inner-container sheet-template-removal" > {{ /rollTotal () computed::removal1 1 }} < span class= "sheet-template-roll sheet-template-numbers" > {{ computed :: roll1 }} < span class= "sheet-template-roll-backing-fail" > 0 </ span ></ span > {{ /rollTotal () computed::roll1 1 }} {{ #rollBetween () computed :: roll1 2 9 }} {{ #rollTotal () computed :: removal1 0 }} < div class= "sheet-template-inner-container" > {{ /rollTotal () computed::removal1 0 }} {{ #rollTotal () computed :: removal1 1 }} < div class= "sheet-template-inner-container sheet-template-removal" > {{ /rollTotal () computed::removal1 1 }} < span class= "sheet-template-roll sheet-template-numbers" > {{ computed :: roll1 }} < span class= "sheet-template-roll-backing" > 0 </ span ></ span > {{ /rollBetween () computed::roll1 2 9 }} {{ #rollTotal () computed :: roll1 10 }} {{ #rollTotal () computed :: removal1 0 }} < div class= "sheet-template-inner-container sheet-template-crit" > {{ /rollTotal () computed::removal1 0 }} {{ #rollTotal () computed :: removal1 1 }} < div class= "sheet-template-inner-container sheet-template-removal" > {{ /rollTotal () computed::removal1 1 }} < span class= "sheet-template-roll sheet-template-numbers" > {{ computed :: roll1 }} < span class= "sheet-template-roll-backing-crit" > 0 </ span ></ span > {{ /rollTotal () computed::roll1 10 }} < div class= "sheet-template-column" > < span class= "sheet-template-bonus sheet-template-numbers" >< span class= "sheet-template-bonus-plus" > + </ span > {{ bonus }} </ span > < span class= "sheet-template-bonus sheet-template-numbers" >< span class= "sheet-template-bonus-minus" > - </ span > {{ penalty }} </ span > </ div > < span class= "sheet-template-roll-fix sheet-template-numbers" > {{ computed :: result1 }} < span class= "sheet-template-result-backing" > location_searching </ span ></ span > </ div > {{ /rollGreater () number 1 }} and this continues with ALL the numbers going up to 25 (mainly because I have to do this all manually, so I just used 25 as my limit...but is there any way to do this better? With the sheetworker side I had some help and got it a hell of a lot shorter, but not sure if that is possible here