--- title: Example layout: default --- {% assign malung = site.data.work[page.data.id] %} {% assign techs = site.data.techs %} {{malung.title}} {{malung.subtitle}} {{malung.description}} {% for outcome in malung.outcomes %} {{outcome}} {% endfor %} View Example Image Not Available {% for tech in malung.stack %} {% assign data = techs[tech] %} {{data.name}} {% endfor %}
{{malung.description}}