{% set pageBase = hippie.pageBase %} {% set pageId = "index" %} {% set pageClass = "h_full_view" %} {% extends "demo/_default.njk" %} {% block title %}Index{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %}

This is {{ hippie.brand | upper }}

You can start using it by replacing this file with your own index page.

To do this you need to create a file /index.njk inside the source/screens folder. You can also create a data.json file inside the source/templates folder as a data source for your nunjucks files.

For a very basic start you can make a copy of the demo page blank.njk. You can find it at /source/screens/demo.

The source/demo folder contains an overview of all HTML elements and also examples for CSS style combinations and even whole page layouts.
Follow the white rabbit.

  ()()
(..)
c(")(")

Overview

Pages

{% endblock %} {% block script %} {{ super() }} {# #} {% endblock %}