6 lines
192 B
HTML
6 lines
192 B
HTML
{% if page.sidebarboxes %}
|
|
{% assign boxes = page.sidebarboxes | split:' ' %}
|
|
{% for box_name in boxes %}
|
|
{% include sidebar/{{ box_name }}.html %}
|
|
{% endfor %}
|
|
{% endif %} |