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

763 B

title summary img pageid domains topics date author draft weight
test1 Test Page #1 test1
App
Examples
2023-03-12 helmutm false 100

cyberscopes example site - use petite-vue in Hugo-generated sites.

{{< pv/fieldset >}}

Id: {{< pv/input-textline name="id" defexpr="conf.itemid" >}} First Name: {{< pv/input-textline name="firstname" attrs="autofocus" >}} Last Name: {{< pv/input-textline name="lastname" >}} Email: {{< pv/input-textline name="email" default="hm@cy55.de" >}} {{< pv/button >}}

{{< pv/display linkto="data.id" expr="${data.firstname} ${data.lastname}.trim() || '???'" >}}

{{< pv/display name="id" linkto="data.id" >}}

{{< /pv/fieldset >}}

{{< pv/debug >}}

click here