It was like that when I got here
This commit is contained in:
parent
331423d3f6
commit
18251d7f00
36 changed files with 1534 additions and 1000 deletions
16
templates/paste.html
Normal file
16
templates/paste.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block bodyClass %}paste{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
<h1>{{title}}</h1>
|
||||
<div class="action-buttons">
|
||||
<a role="button" href="/p/{{id}}/raw">Raw</a>
|
||||
<button class="jsonly" onclick="copyPasteContent()">Copy</button>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<pre id="paste-content">{{content}}</pre>
|
||||
{% call super() %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue