Merge pull request #72 from Pismice/main

Fixed the command: "jetzig generate layout" to the new zmpl syntax
This commit is contained in:
bobf 2024-05-22 18:12:27 +01:00 committed by GitHub
commit 9ad4ee87cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ pub fn run(allocator: std.mem.Allocator, cwd: std.fs.Dir, args: [][]const u8, he
\\<html>
\\ <head></head>
\\ <body>
\\ <main>{zmpl.content}</main>
\\ <main>{{zmpl.content}}</main>
\\ </body>
\\</html>
\\