You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
286 B
Plaintext
8 lines
286 B
Plaintext
|
5 years ago
|
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')
|