{% macro cdhl_infobox(style=1, icon, title, description, href) %} {% if style == "style-1" %}
{% elseif style == "style-2" %}
{% else %}
{% endif %} {% if icon %}
{% endif %}
{% if title %}
{{ title }}
{% endif %} {% if description %}
{{ description }}
{% endif %} {% if href %} Read More {% endif %}
{% endmacro %}