{# Copyright (c) 2015 Chintalagiri Shashank Released under the MIT license #} {% extends "base_templates/base.html" %} {% import "parts/gsymlib_symbol.html" as gsymlib_symbol %} {% block main %}
Display Options
Flatten Folders
Show Symbol Images
Resolve Generators
Hide Generators
{% if stage.subfolders %}

Subfolders of {{ stage.path }}

{% endif %} {% if stage.symbols %}

Symbols in {{ stage.path }}

{% endif %} {% endblock %}