1
0
Fork 0
jinjax/docs/components/guide/slots/CompArchive.jinja
Daniel Baumann 76fe8c2886
Merging upstream version 0.46.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 18:42:39 +01:00

10 lines
No EOL
192 B
Django/Jinja

{% filter markdown %}{% raw %}
```html+jinja
{#def posts #}
<Layout title="Archive">
{% for post in posts %}
<Post post={post} />
{% endfor %}
</Layout>
```
{% endraw %}{% endfilter %}