Process boxes

This commit is contained in:
ZettaScript
2022-09-26 16:05:08 +02:00
parent ca7ec37a9c
commit ad8f05c3bc
3 changed files with 68 additions and 1 deletions

View File

@ -0,0 +1,5 @@
<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>