{{ post.affiliate_card.logo_text | default('★') }}
{% if post.affiliate_card.rating %}
{% endif %}
{% for feature in post.affiliate_card.features %}
{{ feature.label }}
{% endfor %}
{% endif %}
{{ post.affiliate_card.description }}
★ Affiliate-Link · Keine Mehrkosten
{{ post.affiliate_card.cta_text | default('Learn More →') }}
Frequently Asked Questions
-
{% for faq in post.faqs %}
-
{{ faq.answer | safe }}
{% endfor %}