epiphany/node_modules/hamljs/test/fixtures/code.if.else.haml
2023-12-09 22:19:03 -08:00

5 lines
99 B
Text

- name = "not tj :("
- if (name === 'tj')
%p You are logged in
- else
%p You are NOT logged in