no Homebrew required
$ cd /usr/local/src
$ curl -OL http://nginx.org/download/nginx-1.12.2.tar.gz
$ tar -xvzf nginx-1.12.2.tar.gz && rm nginx-1.12.2.tar.gz| {% if article.productvariations %} | |
| {% for category_groups in article.productvariations.split('|') %} | |
| {% for category in category_groups.split('=') %} | |
| {% if loop.first %} | |
| <h1>{{ category }}</h1> | |
| {% else %} | |
| <ul> | |
| {% for list in category.split(',') %} | |
| {% set splitted = list.split(':') %} | |
| <li>{{ splitted[0] }} {{ splitted[1] }} |