Process boxes

This commit is contained in:
ZettaScript 2022-09-26 16:05:08 +02:00
commit ad8f05c3bc
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
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>