2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-09 02:38:51 +00:00

extend for feature

This commit is contained in:
Matthias Mair 2021-11-08 19:11:23 +01:00
parent 5a291cb072
commit 0927ea836e

View File

@ -20,7 +20,9 @@
<div class="bg-gray-100 p-6 rounded-lg"> <div class="bg-gray-100 p-6 rounded-lg">
<h3 class="tracking-widest text-primary text-xs font-medium title-font">{{ item.subtitle }}</h3> <h3 class="tracking-widest text-primary text-xs font-medium title-font">{{ item.subtitle }}</h3>
<h2 class="text-lg cm-gray-1 font-medium title-font mb-4">{{ item.title }}</h2> <h2 class="text-lg cm-gray-1 font-medium title-font mb-4">{{ item.title }}</h2>
<p class="leading-relaxed text-base">{{ item.description }}</p> <p class="leading-relaxed text-base">{{ item.description }}
{% if include.extend and item.extend %}<br><br>{{ item.extend }}{% endif %}
</p>
<a class="text-secondary inline-flex items-center" href="{{ item.link }}">Learn More {% include learn_more.html %}</a> <a class="text-secondary inline-flex items-center" href="{{ item.link }}">Learn More {% include learn_more.html %}</a>
</div> </div>
</div> </div>