pricing cards

This commit is contained in:
codecalm
2020-02-08 23:18:39 +01:00
parent 09673052b0
commit f13ac7db49
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
<div class="ribbon{% if include.top %} ribbon-top{% endif %}{% if include.left %} ribbon-left{% endif %}{% if include.bottom %} ribbon-bottom{% endif %}{% if include.bookmark %} ribbon-bookmark{% endif %}{% if include.color %} bg-{{ include.color }}{% endif %}">{% if include.text %}{{ include.text }}{% else %}{% include ui/icon.html icon="star" class="icon-filled" use-svg=true %}{% endif %}</div>