Update README

This commit is contained in:
2025-08-06 00:32:45 +02:00
parent ea9d19b777
commit 510f4ae9df
3 changed files with 55 additions and 5 deletions
+2 -1
View File
@@ -3,11 +3,12 @@ WL is a powerful and flexible templating language for the web.
Here's an example template in WL with a recursive comment view element:
```html
posts = [
let posts = [
{
author: "UserA",
title: "I'm the first post",
content: "Sup everyone!",
date: "1 Jan 2025",
comments: [
{
author: "UserB",