mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 05:55:26 +00:00
update
This commit is contained in:
5
node_modules/hamljs/test/fixtures/code.if.else.haml
generated
vendored
Normal file
5
node_modules/hamljs/test/fixtures/code.if.else.haml
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
- name = "not tj :("
|
||||
- if (name === 'tj')
|
||||
%p You are logged in
|
||||
- else
|
||||
%p You are NOT logged in
|
Reference in New Issue
Block a user