Initial commit
This commit is contained in:
parent
0676fb3cd5
commit
2aeb2d5e19
11 changed files with 1761 additions and 4 deletions
16
src/templates/paste.html.tera
Normal file
16
src/templates/paste.html.tera
Normal file
|
@ -0,0 +1,16 @@
|
|||
{% extends "base" %}
|
||||
|
||||
{% block styles %}
|
||||
pre {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
overflow: scroll;
|
||||
font-family: Courier;
|
||||
line-height: 1.1;
|
||||
}
|
||||
{% endblock styles %}
|
||||
|
||||
{% block content %}
|
||||
<pre><code>{{ content | safe }}</code></pre>
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue