feat: Introduce liquid templates
This commit is contained in:
parent
c1fea8064e
commit
07656b404f
3 changed files with 31 additions and 4 deletions
10
source/screens/hello.md
Normal file
10
source/screens/hello.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "Hello World"
|
||||
tags:
|
||||
- demoIndex
|
||||
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