13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
{% extends "base.html.to" %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="usa-width-one-whole empty-state">
|
|
<p>There are currently no JEDI workspaces</p>
|
|
<a href="" class="usa-button">New Workspace</a>
|
|
</div>
|
|
|
|
|
|
{% end %}
|
|
|