depot/web/quotes/templates/quotedb/_quote.html

4 lines
98 B
HTML

<div>
<p><a href="/{{ quote.id }}/">#{{ quote.id }}</a></p>
<pre>{{ quote.quote }}</pre>
</div>