focus on demo

- sorted files to demo folder
- try to focus more on the creation of demo example files
This commit is contained in:
Stephan 2018-04-30 20:20:13 +02:00
parent c781f5c6c5
commit 1bb57b109b
7 changed files with 19 additions and 10 deletions

View file

@ -1,11 +0,0 @@
<!-- blank.njk -->
{% set pageId = "blank" %}
{% set pageClass = "height_full" %}
{% extends "default.njk" %}
{% block title %}blank{% endblock %}
{% block body_content %}
{% endblock %}