@cloudcannon/suite
Version:
A suite of gulp tools to manage static sites on CloudCannon
16 lines • 482 B
HTML
{% case include.icon %}
{% when "build" %}
{% include svg/build.svg %}
{% when "help" %}
{% include svg/help.svg %}
{% when "map" %}
{% include svg/map.svg %}
{% when "photo_camera" %}
{% include svg/photo_camera.svg %}
{% when "shipping" %}
{% include svg/shipping.svg %}
{% when "spellcheck" %}
{% include svg/spellcheck.svg %}
{% when "translate" %}
{% include svg/translate.svg %}
{% endcase %}