You are here

flippy.html.twig in DXPR Theme Helper 8

<div class="prev-next small clear-both clearfix">
    {% if prev %}
    <div class="prev pull-left">{{ prev }}</div>
    {% endif %}
    {% if next %}
    <div class="next pull-right">{{ next }}</div>
    {% endif %}
</div>

File

templates/flippy.html.twig
View source
  1. <div class="prev-next small clear-both clearfix">
  2. {% if prev %}
  3. <div class="prev pull-left">{{ prev }}</div>
  4. {% endif %}
  5. {% if next %}
  6. <div class="next pull-right">{{ next }}</div>
  7. {% endif %}
  8. </div>