@args articles: Zmpl.Array
Banner

I created this website in order to store things I do. Don’t be scared of the simple layout — this website is featureful and full of things to explore. Please enjoy your visit.

Latest Articles

@for (.articles) |article| {
@partial root/article_blob(title: article.title, blob: article.blob, id: article.id)
}