{% comment %} Colored callout / info box. Usage: {% include "async_notification/base/utils/info_box.html" with title="Heads up" text="Your trial ends soon." %} Optional params: color (accent, default #3b5bdb), bg (default #f2f6ff). {% endcomment %}
{% if title %}{{ title }}{% endif %} {{ text }}