karton/templates/pasta.html

5 lines
143 B
HTML
Raw Normal View History

2022-04-10 22:21:45 +00:00
{% include "header.html" %}
<a href="/raw/{{pasta.idAsAnimals()}}">Raw Pasta</a>
<pre><code>{{pasta}}</code></pre>
{% include "footer.html" %}