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

7 lines
161 B
HTML

{% extends "templates/print_format/macros/Data.html" %}
{%- block value -%}
<div class="value">
<pre><code>{{ value }}</code></pre>
</div>
{%- endblock -%}