Current Path : /home/bitrix/ext_www/vebmarket.yacl.site/src/templates/ |
Current File : /home/bitrix/ext_www/vebmarket.yacl.site/src/templates/feedback.pug |
doctype html html(lang="ru") head include blocks/head.pug body#body div.wrapper include blocks/header-lk.pug include blocks/navigation-top.pug main.main section.section div.container h1 Форма обратной связи // section section.section.section-item div.container form.form.light-fields.form-feedback(action="") div.form-group.form-column div.form-item.col-50 label.form-label Название предприятия * input.form-field(type="text" value="") div.form-item.col-50 label.form-label Представьтесь * input.form-field(type="text" name="firstname" value="") div.form-group.form-column div.form-item.col-50 label.form-label Контактный телефон * input.form-field(type="text" name="lastname" value="") div.form-item.col-50 label.form-label Электронная почта * input.form-field(type="text" name="firstname" value="") div.form-group label.form-label Сообщение * textarea.form-field.form-textarea div.button-row.text-center: button.button(type="submit") Отправить // main include blocks/footer.pug include blocks/scripts.pug