hippie/source/screens/demo/pages/maintenance.liquid

14 lines
307 B
Text
Raw Normal View History

---
title: Maintenance
---
{% assign pageBase = "../../" -%}
{% assign pageClass = "h_full_view" -%}
{% layout "hippie/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 %}