diff --git a/source/screens/demo/examples/matrix.liquid b/source/screens/demo/examples/matrix.liquid
new file mode 100644
index 0000000..3eb62e9
--- /dev/null
+++ b/source/screens/demo/examples/matrix.liquid
@@ -0,0 +1,167 @@
+---
+title: Matrix
+tags:
+- demoExample
+---
+{% layout 'hippie/simple.liquid' %}
+
+{% block style %}
+
+{% endblock %}
+
+{% block body %}
+
+{% endblock %}
+
+{% block script %}
+
+{% endblock %}
\ No newline at end of file