9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
|
%form{ action: '/', method: 'post', 'accept-charset' => 'UTF-8' }
|
||
|
.row{ style: 'display: none' }
|
||
|
%select{ name: 'type' }
|
||
|
%option{ value: 'text_plain' } Plain Text
|
||
|
.row
|
||
|
%textarea{ name: 'contents' }
|
||
|
.row.centered
|
||
|
%input{ type: 'submit' }
|