atst/templates/workspaces_blank.html.to
2018-06-12 15:52:01 -04:00

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 %}