Scaffold containerized Django/Wagtail app with core features
This commit is contained in:
4
templates/blog/blocks/pull_quote_block.html
Normal file
4
templates/blog/blocks/pull_quote_block.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<blockquote>
|
||||
<p>{{ value.quote }}</p>
|
||||
{% if value.attribution %}<cite>{{ value.attribution }}</cite>{% endif %}
|
||||
</blockquote>
|
||||
Reference in New Issue
Block a user