__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
{% extends '@nucleus/partials/particle.html.twig' %}
{% block particle %}
<div class="g-contentcubes {{ particle.css.class }}">
{% if particle.title %}<h2 class="g-title">{{ particle.title|raw }}</h2>{% endif %}
{% if particle.items %}
<div class="cube-items-wrapper">
{% for item in particle.items %}
<div class="item image-position-{{ item.imageposition }} cube-row g-grid">
<div class="g-block size-50">
{% if item.image %}
<div class="cube-image-wrapper">
<img src="{{ url(item.image)|e }}" alt="{{ item.title|e }}" class="cube-image" />
</div>
{% endif %}
</div>
<div class="g-block size-50">
<div class="cube-content-wrapper">
{% if item.label %}
<div class="item-label">{{ item.label|e }}</div>
{% endif %}
<div class="item-title">
{% if item.link %}
<a target="{{ item.buttontarget|default('_self')|e }}" class="item-link {{ item.buttonclass|e }}" href="{{ item.link|e }}">
{% endif %}
{{ item.title|e }}
{% if item.link %}
<span class="item-link-text">{{ item.linktext|raw }}</span>
</a>
{% endif %}
</div>
{% if item.tags %}
<div class="item-tags">
{% for tag in item.tags %}
<span class="tag">
<a target="{{ tag.target|default('_self')|e }}" href="{{ tag.link|e }}">
{% if tag.icon %}<i class="{{ tag.icon }}"></i> {% endif %}
{{ tag.text|raw }}
</a>
</span>
{% endfor %}
</div>
{% endif %}
</div>
</div>
</div>
{% endfor %}
</div>
{% endif %}
</div>
{% endblock %}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| contentcubes.html.twig | File | 2.55 KB | 0664 |
|
| contentcubes.yaml | File | 2.97 KB | 0664 |
|
| contenttabs.html.twig | File | 2.47 KB | 0664 |
|
| contenttabs.yaml | File | 1.28 KB | 0664 |
|
| copyright.html.twig | File | 808 B | 0664 |
|
| copyright.yaml | File | 1.25 KB | 0664 |
|
| horizontalmenu.html.twig | File | 377 B | 0664 |
|
| horizontalmenu.yaml | File | 1.02 KB | 0664 |
|
| owlcarousel.html.twig | File | 3.38 KB | 0664 |
|
| owlcarousel.yaml | File | 2.79 KB | 0664 |
|
| totop.html.twig | File | 623 B | 0664 |
|