karton/templates/pasta.html
Dániel Szabó f56ffa98e4 - added new pasta type URL and automatic redirection endpoint
- added water.css styling
- added CL argument to set port
- added raw URL to pasta list
2022-04-23 16:47:36 +01:00

4 lines
143 B
HTML

{% include "header.html" %}
<a href="/raw/{{pasta.idAsAnimals()}}">Raw Pasta</a>
<pre><code>{{pasta}}</code></pre>
{% include "footer.html" %}