Font-Awesome/src/_includes/stripe-ad.html

11 lines
240 B
HTML
Raw Normal View History

<section class="hidden-print">
2013-05-07 17:45:09 +00:00
<div class="row stripe-ad">
2013-10-05 19:40:57 +00:00
<div class="col-md-8">
2013-05-07 17:45:09 +00:00
{{ stripe_ad_content }}
</div>
2013-10-05 19:40:57 +00:00
<div class="col-md-4">
2013-05-07 17:45:09 +00:00
{% include ads/carbon-light-horizontal.html %}
</div>
</div>
</section>