Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 1.22 KB

solutions-en.md

File metadata and controls

33 lines (31 loc) · 1.22 KB
layout title ref lang permalink description
default
Solutions
solutions
en
/solutions/
Ubisen solutions

{% include block-0.html %} {% include block-title.html title=page.title description=page.description %}

{% assign solutions = site.solutions | where_exp:"item", "item.lang == page.lang" %}

{% for solution in solutions %}

{{ solution.title }}

{{ solution.description | strip_html | strip_newlines }}

{% endfor %}