hippie/source/pages/demo/blank.njk
Stephan 90894f3253 Maintenance and a little bit more content
- added favicon
- changes to the gulp sprite module
- changes to gulp linting
- fixed javascript scroll function and added setup function content
- fixed javascript indentation
- new error pages
- changed css for link colors
- fixed css sprites
2018-11-07 20:20:49 +01:00

15 lines
248 B
Text

<!-- page-blank.njk -->
{% set pageId = "blank" %}
{% set pageClass = "height_full" %}
{% extends "demo/default.njk" %}
{% block title %}Blank{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block body_content %}
{% endblock %}