{% include header.html %} {% assign malung = site.data.work[page.project_id] %} {% assign techs = site.data.techs %}

{{malung.description}}


    {% for outcome in malung.outcomes %}
  • {{outcome}}
  • {% endfor %}
{% if malung.link %} View {{malung.title}} {% endif %}
{% if malung.image %} Image of {{malung.title}} {% else %}

Image Not Available

{% endif %}
{% for tech in malung.stack %} {% assign data = techs[tech] %} {{data.name}} {% endfor %}
{% include footer.html %}