{# style: dark|light|true|off-white #} {% macro hero_banner(title, intro, style="dark", img=none, with_lines=false) %} {% call wrapper(style, with_lines) %} {% call content() %}
{{ intro }}
{% endcall %} {% if img %} {{ image(img) }} {% elif with_lines %} {{ lines() }} {% endif %} {% endcall %} {% endmacro %} {% macro wrapper(style="dark", with_lines=false) %} {% endmacro %} {% macro content() %} {% endmacro %} {% macro image(src) %} {% endmacro %} {% macro lines() %} {% endmacro %} {% macro links(title=none, links=[]) %} {% endmacro %}