seitime-frappe/frappe/templates/print_format/macros/HTML.html
2021-10-22 19:20:42 +05:30

3 lines
113 B
HTML

<div class="custom-html" {{ field_attributes(df) }}>
{{ frappe.render_template(df.html, {'doc': doc}) }}
</div>