seitime-frappe/frappe/website/web_template/markdown/markdown.html
2022-06-08 14:48:56 +05:30

5 lines
164 B
HTML

<div class="section-markdown">
<div class="from-markdown {{ 'mx-auto' if align == 'Center' else '' }}">
{{ frappe.utils.md_to_html(_(content)) }}
</div>
</div>