Files
Htmx/Htmx.ApiDemo/Templates/Greeting.htmx
T
2026-05-05 20:38:02 +05:00

8 lines
216 B
Plaintext

<div id="Greeting-$$GreetingId$$" class="greeting">
<h1>Hello, $$User$$!</h1>
<p class="pb-2">Welcome to high-performance htmx rendering.</p>
$$Separator$$
<div class="m-3">
$$CountButton$$
</div>
</div>