%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/businessmultisite/wp-content/themes/stripes_weekly/templates/components/header/
Upload File :
Create Path :
Current File : /var/www/businessmultisite/wp-content/themes/stripes_weekly/templates/components/header/puffs.twig

{% if puffs %}
<section class="header--puffs">
    <div class="row">
        {% for puff in puffs %}
        <div class="col-12 col-md-4">
            {% if puff.link %}
            <a href="{{ puff.link }}" class="header--puffs--item">
            {% else %}
            <div class="header--puffs--item">
            {% endif %}            
                <b>{{ puff.head }}</b> {{ puff.text }}
            {% if not puff.link %}
            </div>
            {% else %}
            </a>
            {% endif %}
            
        </div>
        {% endfor %}
    </div>
</section>
{% endif %}

Zerion Mini Shell 1.0