{% set pageId = "index" %} {% set pageClass = "height_full" %} {% extends "demo/default.njk" %} {% block title %}Index{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body_content %}

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 open the file /gulpfile.js and comment out the line index: "demo.html",. Then you need to place your index file (index.njk) into the folder /source/pages.

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

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

Overview

  ()()
  (..)
C(")(")

Demo Pages

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