jetzig/demo/src/app/views/root/index.zmpl
Bob Farrell 33358fa5fa WIP
2025-02-08 15:16:18 +00:00

31 lines
844 B
Plaintext

<div class="text-center pt-10 m-auto">
{{$.foobar}}
<div><img class="p-3 mx-auto" src="/jetzig.png" /></div>
<!-- Renders `src/app/views/root/_quotes.zmpl`: -->
<div>
@partial root/quotes(message: .message)
<h1>a thing</h1>
<h1>a thing</h1>
<h1>a thing</h1>
<h1>a thing</h1>
<h1>a thing</h1>
<h1>a thing</h1>
<h1>a thing</h1>
<h1>a thing</h1>
<h1>a thing</h1>
<h1>a thing</h1>
<h1>a thing</h1>
</div>
<div>
<a href="https://github.com/jetzig-framework/zmpl">
<img class="p-3 m-3 mx-auto" src="/zmpl.png" />
</a>
</div>
<div>Take a look at the <span class="font-mono">/demo/src/app/</span> directory to see how this application works.</div>
<div>Visit <a class="font-bold text-[#39b54a]" href="https://jetzig.dev/">jetzig.dev</a> to get started.</div>
</div>