12 lines
278 B
Text
12 lines
278 B
Text
---
|
|
title: Maintenance
|
|
---
|
|
{% assign pageClass = 'h_full_view' -%}
|
|
{% layout 'hippie-view/status.liquid' %}
|
|
|
|
{% block body %}
|
|
<hgroup id="root" class="txt_center">
|
|
<h1 class="txt_hero txt_gradient">HIPPIE</h1>
|
|
<p>Diese Seite wird gerade gewartet.</p>
|
|
</hgroup>
|
|
{% endblock %}
|