Created
July 8, 2014 11:32
-
-
Save iurevych/6791f3f3b7bb4a74a818 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% capture template1 %} | |
<div class="headline"> | |
<h1> | |
<b> | |
{% if advocate_info.sub_choice == false %} | |
Template 1 :( | |
{% elsif advocate_info.sub_choice == true %} | |
Template 1 ;) | |
{% endif %} | |
</b> | |
</h1> | |
<p>Give your friends $50 off the Clean Cleanse and get $50 for each friend that makes their first purchase.</p> | |
</div> | |
{% endcapture %} | |
{% capture template2 %} | |
<div class="headline"> | |
<h1> | |
<b> | |
{% if advocate_info.sub_choice == false %} | |
Template 2 :( | |
{% elsif advocate_info.sub_choice == true %} | |
Template 2 ;) | |
{% endif %} | |
</b> | |
</h1> | |
<p>Give your friends $50 off the Clean Cleanse and get $50 for each friend that makes their first purchase.</p> | |
</div> | |
{% endcapture %} | |
{{ "advocate_share_page_template" | split_test: template1, template2 }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment