-
-
- - {{malung.description}} -
--
-
- {% for outcome in malung.outcomes %}
-
- {{outcome}} - {% endfor %} -
-
-
\ No newline at end of file
+
+
+
+
+ {% include footer.html %}
+
+
\ No newline at end of file
- {% if malung.image %}
-
- {% else %}
- {{ page.title }} ─ Max Hutz
+
+
+ {% include header.html %}
+
+ {% assign malung = site.data.work[page.project_id] %}
+ {% assign techs = site.data.techs %}
+
+
+
+
+
+
+
- Image Not Available
- {% endif %} + + + + + + + +
+
-
+
+
+ + {{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 %}
+
+
- {% for tech in malung.stack %}
- {% assign data = techs[tech] %}
- {{data.name}}
- {% endfor %}
-
-