Sha256: d72d9b8a1464b2d10c1f1c68ff3bd65ff42657c6fe015fd6186c8131fb5895bc

Contents?: true

Size: 592 Bytes

Versions: 1

Compression:

Stored size: 592 Bytes

Contents

<div class='primary'>
  <%=punctual%>
</div>
<%if(conditional1){%>
  conditional1 is true
<%}%>
<%if(!conditional2){%>
  conditional2 is not true
<%}%>
<%if(conditional3){%>
  conditional3 is true
<%}else{%>
  conditional3 is not true
<%}%>
<%if(conditional4){%>
  conditional4 is true
<%}else if(conditional5){%>
  conditional4 is not true and conditional5 is true
<%}else{%>
  conditional4 is not true and conditional5 is not true
<%}%>
<%$.each(list,function(collectionIndex,collectionElement){with(collectionElement){%>
  <div class='item'>
    Item name:
    <%=name%>
  </div>
<%}});%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
haml_ejs-0.0.1 test/haml-ejs/templates/suite.output