--- title: 'Showcase' --- {% include head.html %}
{% include breadcrumbs.html current=page.title %}

Showcase

Last updated: {{ site.time | date: '%d.%m.%Y' }}

Pages powered by Koseven

{% for showcase in site.data.showcases %} {% assign rowindex = forloop.index | modulo: 3 %} {% if forloop.index == 1 %}
{% endif %}
Screenshot

{{ showcase.name }}

{{ showcase.description }}

{% if rowindex == 0 %}
{% endif %} {% if forloop.last == true %}
{% endif %} {% endfor %}
{% include promo.html %}
{% include footer.html %}