2022-04-10 22:21:45 +00:00
|
|
|
{% include "header.html" %}
|
2022-05-02 15:53:10 +00:00
|
|
|
<a style="margin-right: 0.5rem" href="/raw/{{pasta.id_as_animals()}}">Raw Text Content</a>
|
|
|
|
{% if pasta.file != "no-file" %}
|
|
|
|
<a style="margin-right: 0.5rem; margin-left: 0.5rem" href="/file/{{pasta.id_as_animals()}}/{{pasta.file}}">Attached file '{{pasta.file}}'</a>
|
|
|
|
{%- endif %}
|
|
|
|
<a style="margin-right: 0.5rem; margin-left: 0.5rem" href="/remove/{{pasta.id_as_animals()}}">Remove</a>
|
2022-04-23 15:47:36 +00:00
|
|
|
<pre><code>{{pasta}}</code></pre>
|
2022-05-02 15:53:10 +00:00
|
|
|
|
2022-04-23 15:47:36 +00:00
|
|
|
{% include "footer.html" %}
|