aboutsummaryrefslogtreecommitdiffstats
path: root/views/root.tpl
blob: b9acec8107234fbd60009126bab1e1f7740e8e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
% rebase('base.tpl', title='Paste snippets')
You are on a simple paste deposit service.

Please copy your text on the box below:

<form action="/" method="POST">

<textarea id="content" name="content"></textarea>

<button for="content">Paste</button>
</form>