hippie/source/view/demo/examples/game/menu.liquid
sthag bffa82030b feat: Replace directory for includes with submodule
Create new repository hippie-view for _includes.
2026-04-23 21:51:35 +02:00

16 lines
No EOL
288 B
Text

---
title: Menu
tags:
- game
---
{% assign bodyClass = 'body_menu' -%}
{% layout 'hippie-view/simple.liquid' %}
{% block body %}
{% render 'hippie-view/partials/game-menu.liquid', links: menu %}
<footer>
{% brand 'brand', 'last' %}
<p>Marke</p>
{% endbrand %}
</footer>
{% endblock %}