package partials import "git.myrkvi.com/myrkvi/bin/views/components" const placeholderCode string = `#include int main(int argc, char *argv[]) { printf("Hello, world!\n"); return 0; }` templ NewFileUpload() {
upload text
@components.FileUpload("browse ...", "file", "file")
} templ NewTextSubmit() {