@cloudcannon/suite
Version:
A suite of gulp tools to manage static sites on CloudCannon
19 lines (15 loc) • 309 B
Markdown
### Subtasks
{% for subtask in page.subtasks %}
#### {{ subtask.name }}
{{ subtask.desc }}
{% if subtask.code %}
```sh
$ {{ subtask.code }}
```
{% elsif subtask.lines_of_code %}
{% highlight sh %}
{% for line in subtask.lines_of_code %}$ {{ line }}
{% endfor %}
{% endhighlight %}
{% endif %}
{% endfor %}