3t-service

Results 1 issues of 3t-service

Looking at https://htmlflow.org/features/ for partial template `static void template(DynamicHtml view, Pet pet) { view .form().attrMethod(EnumMethodType.POST) .div().attrClass("form-group has-feedback") .dynamic(div -> view.addPartial(InputField.view, InputField.LV.of("Date", "date", LocalDate.now()))) .__() //div .__() //form``` )` `DynamicHtml view`...

bug