add fun quotes page
This commit is contained in:
4
templates/components/quote.html
Normal file
4
templates/components/quote.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="quote">
|
||||
<blockquote>[[ quote.content ]]</blockquote>
|
||||
<cite>- [[ quote.from ]]</cite>
|
||||
</div>
|
||||
Reference in New Issue
Block a user