{% macro button(text, href) %} {{ text }} {% endmacro %} {% macro docbutton(text, href) %} {{ '/src/includes/assets/svg/documents.svg' | svgContents("w-full fill-current") | safe }} {{ text }} {% endmacro %} {% macro codebutton(text, href) %} {{ text }} {% endmacro %} {% macro prop(name, type) %}
{{ name }} {%- if type != null -%} {{ type }}{%- endif %} {{ caller() }}
{% endmacro %} {% macro codesandbox(path = '/') %} {% endmacro %}