{% extends "/documentation-base.html" %} {% block title %}CL-Terrace View Only Mode: {{project-name}} {% endblock title %} {% block body %}

Cl-Terrace View Only Mode

Project: {{project-name}}

This is the Cl-Terrace "view-only" mode index page. It contains links to all your templates, dictionaries, and static files

Language

Current Language: {% show-language %}

To change the language supply the name of a language as the HTTP GET parameter "language"

EG:

http://localhost:8282?language={% show-language %}

Documentation:

Automatically generated Template API documentation

Template Directory

{{template-directory}}

{% if templates or dictionaries %}

Templates

{% if templates %} {% else %}

There are no templates in your template directory

{% endif %}

Dictionaries

{% if dictionaries %} {% else %}

There are no dictionaries in your template directory

{% endif %} {% else %}

There is nothing in your template directory!

{% endif %}

Static Directory

{{static-directory}}

{% if not static-files %} There is nothing in your static file directory! {% else %}

{% endif %}

{% endblock body %}