work.suroh.tk/node_modules/hamljs/test/fixtures/code.if.else.haml

6 lines
99 B
Plaintext

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