{% if intro.quote_as_title.enable === "true" %}
{% from "../_quote/_quote.html" import quote %}
{{ quote(
content = how.quote_as_title.content,
image=how.quote_as_title.image,
name=how.quote_as_title.name,
path= global.path,
classPosition= "right"
)
}}
{% endif %}
{{how.title}}
{{how.content}}