Add headline to card
This commit is contained in:
parent
9fda7b5714
commit
4efdf5a674
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user