workspace context setup
This commit is contained in:
9
templates/base_workspace.html.to
Normal file
9
templates/base_workspace.html.to
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "base.html.to" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% include 'navigation/workspace_navigation.html.to' %}
|
||||
|
||||
{% block workspace_content %}{% end %}
|
||||
|
||||
{% end %}
|
Reference in New Issue
Block a user