src/DcSiteBundle/Resources/views/Morris_Garage/personal-data.html.twig line 1

Open in your IDE?
  1. {% extends '@DcSite/Morris_Garage/base.html.twig' %}
  2. {% block seo %}
  3.     {% include '@DcSite/Modules/personal-data/seo-personal-data.html.twig' %}
  4. {% endblock %}
  5. {% block css %}
  6.     <style>
  7.         h1 {
  8.             font-style: normal;
  9.             font-weight: bold;
  10.             font-size: 36px;
  11.             line-height: 25px;
  12.             text-align: center;
  13.             text-transform: uppercase;
  14.             padding-top: 37px;
  15.             padding-bottom: 39px;
  16.             margin: 0;
  17.         }
  18.     </style>
  19. {% endblock %}
  20. {% block content %}
  21.     {% include '@DcSite/Morris_Garage/breadcrumbs.html.twig' with {
  22.         pageName: 'Політика конфіденційності'
  23.     } %}
  24.     {% include '@DcSite/Modules/personal-data/personal-data.html.twig' with { 'dealer': dealer } %}
  25. {% endblock %}