diff --git a/source/screens/demo/examples/intro.njk b/source/screens/demo/examples/intro.njk new file mode 100644 index 0000000..07eb1a1 --- /dev/null +++ b/source/screens/demo/examples/intro.njk @@ -0,0 +1,149 @@ +--- +title: Intro +tags: + - demoExample +--- + +{% set pageId = "init" %} +{% set pageClass = "html_ui" %} + +{% extends "demo/_app.njk" %} +{% import "hippie/macros/_placeholder.njk" as ph %} +{% block title %} + {{ title }} +{% endblock %} + +{% block links %} + +{% endblock %} + +{% block head %} + {{ super() }} +{% endblock %} + +{% block body %} +
+
+
+ I +
+
+
+
+
0%
+
+
+
+ + {{ ph.brand('brand') }} +

Powered by

+ +
+
+

Agreement

+

This needs to be seen and acknowledged.
So an interaction must be made to continue.

+
+
+
+
Hello World!
+

Only left mouse click or any key

+
+{% endblock %} + +{%- block script %} + {{ super() }} + + +{% endblock %} \ No newline at end of file diff --git a/source/screens/demo/examples/ui/index.njk b/source/screens/demo/examples/ui/index.njk index f7534f3..4a0dfed 100644 --- a/source/screens/demo/examples/ui/index.njk +++ b/source/screens/demo/examples/ui/index.njk @@ -1,9 +1,8 @@ --- -title: Init +title: UI tags: - demoExample - index - - ui --- {% set pageId = "init" %} @@ -24,128 +23,16 @@ tags: {% endblock %} {% block body %} -
-
-
- I -
-
-
-
-
0%
-
+
+
-
- - {{ ph.brand('brand') }} -

Powered by

- -
-
-

Agreement

-

This needs to be seen and acknowledged.
So an interaction must be made to continue.

-
-
-
-
Hello World!
-

Only left mouse click or any key

-
-{% endblock %} - -{%- block script %} - {{ super() }} - - {% endblock %} \ No newline at end of file