Scaffold containerized Django/Wagtail app with core features
This commit is contained in:
4
templates/blog/blocks/callout_block.html
Normal file
4
templates/blog/blocks/callout_block.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="callout icon-{{ value.icon }}">
|
||||
<h3>{{ value.heading }}</h3>
|
||||
{{ value.body }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user