Preview
Code
{% if type %}
{% if type == 'fullstack' %}Fullstack{% else %}Frontend{% endif %}
{% endif %}
{% if install_cmd %}
{% comment %}Shrinks before the controls do; below md the command drops, copy stays.{% endcomment %}
{{ install_cmd }}
{% endif %}
Open