So siehts ganz gut aus !
This commit is contained in:
8
node_modules/pug/examples/attributes.pug
generated
vendored
Normal file
8
node_modules/pug/examples/attributes.pug
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
div#id.left.container(class='user user-' + name)
|
||||
h1.title= name
|
||||
form
|
||||
//- unbuffered comment :)
|
||||
// An example of attributes.
|
||||
input(type='text' name='user[name]' value=name)
|
||||
input(checked, type='checkbox', name='user[blocked]')
|
||||
input(type='submit', value='Update')
|
||||
Reference in New Issue
Block a user