1
0
Fork 0
jinjax/docs/components/guide/slots/CompArchive.jinja

10 lines
192 B
Text
Raw Normal View History

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