8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
|
extends template/main.pug
|
||
|
|
||
|
block content
|
||
|
p(align='center')
|
||
|
textarea(class='data' disabled)=data
|
||
|
br
|
||
|
a(href='/view?id=' + id + '&raw=true ')
|
||
|
input(type='submit' value='Raw text')
|