Skip to content

Commit

Permalink
added sample page for Crystal
Browse files Browse the repository at this point in the history
  • Loading branch information
raynelfss committed May 11, 2022
1 parent d9a4bcb commit a689cf1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build/dashboard-page-copy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends 'dashboard-layout.html' %}

{% block head %}
<title>Dashboard: Home</title>
{% endblock %}

{% block body %}
<div class="title">
<h2>Welcome to Dashboard</h2>
<!-- will prob display different stuff here based on employee -->
</div>
{% endblock %}

0 comments on commit a689cf1

Please sign in to comment.