WIP projects templates

This commit is contained in:
richard-dds
2018-08-21 13:46:54 -04:00
parent 18cd1b4473
commit 7c21e64c51
4 changed files with 21 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
{% from "components/icon.html" import Icon %}
{% extends "base_workspace.html" %}
{% block workspace_content %}
<h1>Add a new project</h1>
{% endblock %}