Snippets of Jekyll & Patternbot code
HTML
<!-- Finds a pattern, by filename, and inserts it into this location -->
{% pattern __________ %}
<!-- Repeats a pattern multiple times into this location
You need to specify how many times the loop happens -->
{% for (1..____) %}
{% pattern __________ %}
{% endfor %}