feat: Replace ui cli and tui with liquid versions

This commit is contained in:
sthag 2026-02-13 19:57:57 +01:00
parent bbd1a9674e
commit 498f59a939
4 changed files with 73 additions and 76 deletions

View file

@ -0,0 +1,13 @@
---
title: TUI
tags:
- ui
---
{% assign bodyClass = "body_frame" -%}
{% layout "hippie/app.liquid" %}
{% block body %}
{% render 'hippie/partials/frame-header.liquid' %}
<main class="io"></main>
{% render 'hippie/partials/frame-mode.liquid' %}
{% endblock %}