{{malung.description}}
-
{% for outcome in malung.outcomes %}
- {{outcome}} {% endfor %}
{% if malung.image %}
{% else %}
Image Not Available
{% endif %}
{% for tech in malung.stack %}
{% assign data = techs[tech] %}
{{data.name}}
{% endfor %}