{% extends "templates/print_format/macros/Data.html" %} {%- block value -%}
{{ frappe.utils.md_to_html(doc.get(df.fieldname)) }}
{%- endblock -%}