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

556 B

title summary img pageid domains topics date author draft weight jsModule
example Test Page #1 test1
App
Examples
2023-03-02 helmutm false 10 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/display name="email" >}}

{{< /pv/fieldset >}}

{{< pv/debug >}}