@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.

Blog @if ($.allowed) Logout @else Login @end Gitea instance IRC Tor url RSS feed E-mail
@for (.articles) |article| { @partial root/article_blob(title: article.title, blob: article.content) }