{% capture description %} A description of work done by Maxim Voldman Hutz for {{page.title}}. {% endcapture %} {% capture inner %} {% assign malung = site.data.work[page.project_id] %} {% assign techs = site.data.techs %} {{malung.title}} {{malung.subtitle}} {{malung.description}} {% for outcome in malung.outcomes %} {{outcome}} {% endfor %} {% if malung.link %} View {{malung.title}} {% endif %} {% if malung.image %} {% else %} Image Not Available {% endif %} {% for tech in malung.stack %} {% assign data = techs[tech] %} {{data.name}} {% endfor %} {% endcapture %} {% include default.html content=inner description=description title=page.title %}
{{malung.description}}