Skip to content

Instantly share code, notes, and snippets.

@TylerFisher
Created April 23, 2014 15:03
Show Gist options
  • Save TylerFisher/11218917 to your computer and use it in GitHub Desktop.
Save TylerFisher/11218917 to your computer and use it in GitHub Desktop.
Slide template from Borderland
<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