templates/pages/products.html.twig line 1

Open in your IDE?
  1. {% extends "base.html.twig" %}
  2. {% set isDarkTheme = true %}
  3. {% block content %}
  4.     {% set isDarkTheme = true %}
  5.     {{ include('pages/components/ourProducts.html.twig') }}
  6. {% endblock %}