2022-04-10 23:21:45 +01:00
|
|
|
{% include "header.html" %}
|
2022-04-11 14:41:28 +01:00
|
|
|
<a href="/rawpasta/{{pasta.idAsAnimals()}}">Raw Pasta</a>
|
2022-04-10 23:21:45 +01:00
|
|
|
<pre style="background: lightgray; border: 1px black solid; padding: 0.5rem; overflow: auto">
|
|
|
|
{{pasta}}
|
|
|
|
</pre>
|
|
|
|
{% include "footer.html" %}
|