{$promotion->getHeadline()}
{if $promotion->getLearnMoreRoute()}
{lang key='learnmore'}...
{/if}
{$promotion->getTagline()}
{if $promotion->getDescription()}
{$promotion->getDescription()}
{/if}
{if $promotion->hasFeatures()}
{assign "promotionFeatures" $promotion->getFeatures()}
{foreach $promotionFeatures as $key=>$feature}
-
{$feature}
{/foreach}
{/if}