2026-03-08 17:00:04 +01:00
|
|
|
---
|
|
|
|
|
title: Menu
|
|
|
|
|
tags:
|
|
|
|
|
- game
|
|
|
|
|
---
|
2026-04-04 08:17:56 +02:00
|
|
|
{% assign bodyClass = 'body_menu' -%}
|
2026-03-08 17:00:04 +01:00
|
|
|
{% layout 'hippie/simple.liquid' %}
|
|
|
|
|
|
|
|
|
|
{% block body %}
|
2026-04-04 09:21:34 +02:00
|
|
|
{% render 'hippie/partials/game-menu.liquid', links: menu %}
|
2026-03-08 17:00:04 +01:00
|
|
|
<footer>
|
|
|
|
|
{% brand 'brand', 'last' %}
|
|
|
|
|
<p>Marke</p>
|
|
|
|
|
{% endbrand %}
|
|
|
|
|
</footer>
|
|
|
|
|
{% endblock %}
|