feat: Replace default screen using liquid instead of nunjucks
This commit is contained in:
parent
07656b404f
commit
afc733f4d4
6 changed files with 65 additions and 23 deletions
8
source/screens/demo/pages/hello.md
Normal file
8
source/screens/demo/pages/hello.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Hello World"
|
||||
layout: hippie/world.liquid
|
||||
---
|
||||
|
||||
# {{ title }}
|
||||
|
||||
This is a simple example for a *screen* written in Markdown, using Liquid *templates*.
|
||||
Loading…
Add table
Add a link
Reference in a new issue