hippie/source/screens/demo/pages/blank.liquid
sthag 1b7e4f4888 feat: Replace blank screen with liquid version
- Add title to full template
- Remove unnecessary title from screens
- Change CRLF to LF
2025-11-09 14:33:44 +01:00

10 lines
181 B
Text

---
title: Blank
---
{% assign pageBase = "../../" -%}
{% assign pageId = page.fileSlug -%}
{%- layout "hippie/full.liquid" %}
{% block body %}
<!-- {{ title }} -->
{% endblock %}