10 lines
162 B
Plaintext
10 lines
162 B
Plaintext
{% extends "base.html.to" %}
|
|
|
|
{% block content %}
|
|
|
|
{% include 'navigation/workspace_navigation.html.to' %}
|
|
|
|
{% block workspace_content %}{% end %}
|
|
|
|
{% end %}
|