WIP: 2024-refactor #1

Draft
c0de wants to merge 52 commits from 2024-refactor into master
Showing only changes of commit 4efdf5a674 - Show all commits

View File

@ -23,6 +23,9 @@
{% if this.description and this.description|length >= 1 %}
<div class="card-body">
{% if this.headline %}
<h5 class="card-title">{{ this.headline }}</h5>
{% endif %}
<p class="card-text">{{ this.description }}</p>
</div>
{% endif %}