karton/templates/pasta.html

6 lines
224 B
HTML
Raw Normal View History

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