Commit e2c41bbd by Manzar Hussain

add new template

parent 8932c0a1
{#
/**
* @file
* Theme implementation for a 'webform' element.
*
* This is an copy of the webform.html.twig theme_wrapper which includes the
* 'title_prefix' and 'title_suffix' variables needed for
* contextual links to appear.
*
* Available variables
* - attributes: A list of HTML attributes for the wrapper element.
* - children: The child elements of the webform.
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
*
* @see template_preprocess_webform()
* @see _webform_form_after_build()
*
* @ingroup themeable
*/
#}
<div class="container-fluid cb_ocb spacerTB" style="background: url(/themes/custom/envigo/images/banner_c_bg.jpg);">
<div class="row">
<div class="container">
<div class="c_b_c_img">
<div class="cb_i_w">
<h3 class="csh_cwd">Inquiry About This Product</h3>
<div class="f_c_ob">
<div class="fc_ib">
<form>
<div class="formGroup">
<form{{ attributes }}>
{{ title_prefix }}
{{ children }}
{{ title_suffix }}
</form>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment