flippy.html.twig in Glazed 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>
1 theme call to flippy.html.twig
- glazed_helper_node_view in ./
glazed_helper.module - Implements hook_ENTITY_TYPE_view() for node entities.
File
templates/flippy.html.twigView source
- <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>