Initial commit
This commit is contained in:
commit
d42a361e95
9 changed files with 363 additions and 0 deletions
6
templates/pasta.html
Normal file
6
templates/pasta.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% 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" %}
|
Loading…
Add table
Add a link
Reference in a new issue