{#- chirp-ui: Code macros Inline and block code with chirpui styling. -#} {% def code(text, cls="") %} {{ text }} {% end %} {% def code_block(text, cls="", copy=false) %} {% if copy %}
{{ text }}
{% else %}
{{ text }}
{% end %} {% end %}