diff --git a/source/screens/demo/examples/10print.liquid b/source/screens/demo/examples/10print.liquid
new file mode 100644
index 0000000..9f2778b
--- /dev/null
+++ b/source/screens/demo/examples/10print.liquid
@@ -0,0 +1,73 @@
+---
+title: 10print
+tags:
+- demoExample
+---
+{% assign pageBase = "../../" -%}
+{% layout "hippie/full.liquid" %}
+
+{% block head %}
+{{ block.super -}}
+
+{% endblock %}
+
+{% block body %}
+
+{% endblock %}
+
+{% block script %}
+{{ block.super -}}
+
+{% endblock %}
\ No newline at end of file