{# 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 %}

gEDA Symbol Library

Go to Symbol
{% if stage.ferror %}Ident not recognized{% endif %}
Most Recently Changed
    {% for symbol in stage.recent_symbols %}
  • {{ gsymlib_symbol.render_symbol(symbol, stage.show_images, True) }}
  • {% endfor %}
{% endblock %}