Skip to content

Support for conditional printing #3

@lemilonkh

Description

@lemilonkh

Syntax:

<% if(myBool) %>
Only printed if myBool == true
<% endif %>

<% if(myVar == 5) %>
Simple value checks
<% elif(myVar > 8) %>
Elif/Else Support, lower than/ greater than for ints and floats
<% else %>
[[Link to sth]]
<% endif %>

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions