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

This is HIPPIE

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

The folder demo contains examples and also an overview of definitions made.
Follow the white rabbit.

Overview about all the styles

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

Demo Pages

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