templates/default/index-without-auction.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block page_front %}
  3. {% endblock %}
  4. {% block stylesheets %}
  5.     {{ parent() }}
  6.     <style>
  7.         div.cont{ padding: 10px 20px !important;}
  8.     </style>
  9. {% endblock %}
  10. {% block body %}
  11.     <br>
  12.     <div class="container">
  13.         <div class="text-center" style="margin-bottom: 100px">
  14.             <h2>مرحبا بكم بالمزاد الإلكتروني</h2>
  15.             <img src="{{ asset('images/auction.sa.jpg')}}" style="width:500px !important; height: auto !important;" />
  16.             {#
  17.             <h2>عملاءنا الكرام..<br /> 
  18.             تم تأجيل المزاد حتى إشعار آخر.<br />
  19.             شاكرين ومقدرين لكم تفهمكم</h2>
  20.             #}
  21.         </div>
  22.     </div>
  23. {% endblock %}