Created
April 23, 2014 15:03
-
-
Save TylerFisher/11218917 to your computer and use it in GitHub Desktop.
Slide template from Borderland
This file contains hidden or 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
<div {% if row.data_panel %} data-anchor="{{ row.data_panel.lower() }}" {% endif %} class="slide {% if row.extra_class %} {{ row.extra_class }} {% endif %}" style="{% if row.color %} background-color: {{ row.color }}; {% endif %}" {% if row.image %} data-bgimage="{{ row.image }}" {% endif %}> | |
<div class="text full-block {% if row.text_background == 'yes' %} text-bg {% endif %}"> | |
<div class="full-block-cell"> | |
<div class="full-block-content"> | |
{{ row.text }} | |
</div><!--full-block-content--> | |
</div><!--full-block-cell--> | |
</div><!--full-block--> | |
</div><!--slide--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment