website/templates/shortcodes/process_box.html

6 lines
253 B
HTML
Raw Normal View History

2022-09-26 14:05:08 +00:00
<div class="process_box">
<span class="process_box-number">{{number|safe}}</span><br/>
<span class="process_box-title">{{title|safe}}</span>{% if description %}<br/>
<span class="process_box-description">{{description|safe}}</span>{% endif %}
</div>