mirror of
https://github.com/sstent/node.git
synced 2026-01-26 07:02:31 +00:00
15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
#container
|
|
#logo
|
|
img(src='/images/logo.png')
|
|
#display
|
|
include userbar
|
|
|
|
p The #{name.toLowerCase()} is one of the must-have items for any aspiring ninja. It costs just $#{price} on our store.
|
|
if name == 'admin'
|
|
p #{name} is an admin
|
|
else
|
|
p hmmm
|
|
|
|
|
|
|
|
include footer |