Skip to content

Commit

Permalink
Add jobs page
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhope-dev committed Jun 5, 2023
1 parent b3f3fc9 commit 25778b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions wwwroot/pages/jobs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{{define "title"}}
Jobs
{{end}}

{{define "content"}}
<h1>Jobs</h1>
<button class="previous">Previous</button>
<button class="next">Next</button>
<div id="posts">
<!-- Populated by Javascript -->
</div>
<button class="previous">Previous Page</button>
<button class="next">Next Page</button>
{{end}}

{{define "scripts"}}
<script type="module" src="./wwwroot/js/jobs.js"></script>
{{end}}

0 comments on commit 25778b2

Please sign in to comment.