aboutsummaryrefslogtreecommitdiff
path: root/template/typescript/snip-ifelse.ts
blob: 7df256213fd185dcbb6b03f34a3a85442d2ab1fc (plain)
1
2
3
4
5
if ({{_input_:condition}}) {
	{{_cursor_}}
} else {
	
}