Skip to content

Commit

Permalink
Create view_build.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra authored Nov 20, 2024
1 parent c79d68a commit fa22380
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% extends 'base.html' %} {% block content %}

<section class="bg-white dark:bg-gray-900">
<div class="container mx-auto p-4">BUILD GOES HERE</div>
</section>

<br />

{% endblock %}

0 comments on commit fa22380

Please sign in to comment.