mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
9 lines
393 B
Zig
9 lines
393 B
Zig
// Zmpl template manifest.
|
|
// This file is automatically generated at build time. Manual edits will be discarded.
|
|
// This file should _not_ be stored in version control.
|
|
pub const templates = struct {
|
|
pub const index = @import(".index.zmpl.compiled.zig");
|
|
pub const quotes_get = @import("quotes/.get.zmpl.compiled.zig");
|
|
pub const users_get = @import("users/.get.zmpl.compiled.zig");
|
|
};
|