hugo-theme-cyberscopes/exampleSite/content/app/test1.md
2023-03-01 11:34:12 +01:00

23 lines
446 B
Markdown

---
title: "example"
summary: ""
img:
pageid: test1
domains: []
topics: []
date: 2023-03-01
author: helmutm
draft: false
weight: 10
jsModule: main.ts
---
cyberscopes example site - use petite-vue in Hugo-generated sites.
{{< pv/input-textline name="firstname" attrs="autofocus" >}}
{{< pv/input-textline name="lastname" >}}
{{< pv/button >}}
{{< pv/display expr="`${data.firstname} ${data.lastname}`.trim() || '???'" >}}
{{< pv/debug >}}