{% extends "base/module_base.html" %} {% set active_page ='' %} {% block pagehead %} {% endblock %} {% block sidebar %} {%include '{}/blocks/sidebar.html'.format(module_info['module_name'])%} {%endblock%} {% block content %}
{%for key in all_info%} {%endfor%}
Name Author
{{key}} {{all_info[key]['author']}} {%if active_theme != key%} activate {%else%} active {%endif%}
efewfj {{ACTIVE_THEME}}
{% endblock %}