mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-05 20:32:54 +02:00
Process boxes
This commit is contained in:
5
templates/shortcodes/process_box.html
Normal file
5
templates/shortcodes/process_box.html
Normal 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>
|
Reference in New Issue
Block a user