diff --git a/src/htmx.v b/src/htmx.v new file mode 100644 index 0000000..92438fc --- /dev/null +++ b/src/htmx.v @@ -0,0 +1,22 @@ +module main + +pub struct HTMX { +mut: + name string + message string + mark string +} + +fn htmx_get_username(input HTMX) string { + return ' +