|
|
@@ -17,12 +17,12 @@ |
|
|
|
<h3 class="feature-title">{{ feature.title }}</h3> |
|
|
|
{%- endif -%} |
|
|
|
{%- if feature.content -%} |
|
|
|
<p class="feature-content">{{ feature.content }}</p> |
|
|
|
<p class="feature-content">{{ frappe.utils.md_to_html(feature.content) }}</p> |
|
|
|
{%- endif -%} |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
{%- if feature.url -%} |
|
|
|
<a href="{{ feature.url }}" class="feature-url stretched-link">Learn more →</a> |
|
|
|
<a href="{{ feature.url }}" class="feature-url stretched-link"> {{ _("Learn more") }} →</a> |
|
|
|
{%- endif -%} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|