mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00
31 lines
844 B
Plaintext
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>
|