@args articles: Zmpl.Array, allowed: bool
{{.title}}
Hello, I like doing things.
I created this website using Jetzig in order to store things I do.
@for (.articles) |article| {
@partial root/article_blob(title: article.title, blob: article.content)
}