karton/templates/pasta.html
2022-04-10 23:21:45 +01:00

6 lines
No EOL
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" %}