hugo-theme-cyberscopes/exampleSite/content/app/test1.md

33 lines
683 B
Markdown

---
title: "example"
summary: "Test Page #1"
img:
pageid: test1
domains: [App]
topics: [Examples]
date: 2023-03-02
author: helmutm
draft: false
weight: 10
jsModule: main.ts
---
cyberscopes example site - use petite-vue in Hugo-generated sites.
{{< pv/fieldset >}}
{{< pv/input-textline name="firstname" attrs="autofocus" >}}
{{< pv/input-textline name="lastname" >}}
{{< pv/button >}}
{{< pv/display expr="`${data.firstname} ${data.lastname}`.trim() || '???'" >}}
<!--{{< pv/input-textline type="hidden"
name="email" default="hm@cy55.de" >}}-->
{{< pv/display name="email" >}}
{{< /pv/fieldset >}}
{{< pv/debug >}}
[click here](?id=10127-180017)