6 lines
213 B
HTML
6 lines
213 B
HTML
|
{% include "header.html" %}
|
||
|
<a href="/rawpasta/{{pasta.id}}">Raw Pasta</a>
|
||
|
<pre style="background: lightgray; border: 1px black solid; padding: 0.5rem; overflow: auto">
|
||
|
{{pasta}}
|
||
|
</pre>
|
||
|
{% include "footer.html" %}
|