mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00
Merge pull request #72 from Pismice/main
Fixed the command: "jetzig generate layout" to the new zmpl syntax
This commit is contained in:
commit
9ad4ee87cb
@ -45,7 +45,7 @@ pub fn run(allocator: std.mem.Allocator, cwd: std.fs.Dir, args: [][]const u8, he
|
|||||||
\\<html>
|
\\<html>
|
||||||
\\ <head></head>
|
\\ <head></head>
|
||||||
\\ <body>
|
\\ <body>
|
||||||
\\ <main>{zmpl.content}</main>
|
\\ <main>{{zmpl.content}}</main>
|
||||||
\\ </body>
|
\\ </body>
|
||||||
\\</html>
|
\\</html>
|
||||||
\\
|
\\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user