diff --git a/templates/partials/document_upload.html b/templates/partials/document_upload.html index a4aa53c..20c9cc4 100644 --- a/templates/partials/document_upload.html +++ b/templates/partials/document_upload.html @@ -1,60 +1,5 @@ {{define "document_upload"}}

Document Uploads

-
- - - - - -
+{{template "job_search_inputs"}} +{{template "job_search_results"}} {{end}} \ No newline at end of file diff --git a/templates/partials/job_search_inputs.html b/templates/partials/job_search_inputs.html new file mode 100644 index 0000000..d871da3 --- /dev/null +++ b/templates/partials/job_search_inputs.html @@ -0,0 +1,56 @@ +{{define "job_search_inputs"}} +
+ + + +
+{{end}} \ No newline at end of file diff --git a/templates/partials/job_search_results.html b/templates/partials/job_search_results.html new file mode 100644 index 0000000..24fb8d8 --- /dev/null +++ b/templates/partials/job_search_results.html @@ -0,0 +1,27 @@ +{{define "job_search_results"}} + +{{end}} \ No newline at end of file