{% capture code %}```sh {{ row["commands"] | lstrip }} ```{% endcapture %} {% if row["commands"] != "" %} {% include page/code-header.html icon="terminal" title="Terminal" %} {{ code | markdownify }} {% endif %}