templates/content/home.html.twig line 1

Open in your IDE?
  1. {% extends 'layouts/layout.html.twig' %}
    
    {% block content %}
    {# <pre>
            {{ dump(app.request.requesturi) }}
    </pre> #}
            {{ pimcore_areablock('content', {
                'allowed': ['portal-banner',
                            'usp-section',
                            'our-mission',
                            'skills-and-experience',
                            'achievement',
                            'our-case-study',
                            'work-process-home',
                            'our-products',
                            'client-testimonial',
                            'our-partners',
                            'blog-and-news',
                                                                 
                            ]
            }) }}
    
            {# Portal Banner Scection Starts #}
            {# Portal Banner Scection end #}
    
            {# USP Services Scection Starts #}
            {# USP Services Scection end #}
    
            {# Our Mission Scection starts #}
            {# Our Mission Scection ends #}
    
            {# Skills & Experience Scection starts #}
            {# Skills & Experience Scection ends #}
    
            {# achievement Scection starts #}
            {# achievement Scection ends #}
    
            {# Case Study Scection starts #}
            {# Case Study Scection ends #}
    
            {# Why Choose Us Scection starts #}
            {# Why Choose Us Scection ends #}
    
            {# Our Products Scection starts #}
            {# Our Products Scection ends #}
    
            {# Testimonial Scection starts #}
            {# Testimonial Scection ends #}
    
            {# Blog and News Scection starts #}
            {# Blog and News Scection ends #}
    
            {# Our Partners Scection starts #}
            {# Our Partners Scection ends #}
            
    {% if app.request.requesturi != ''%}
    
    {% endif %}
    {% endblock %}