{%extends get_active_back_theme()+'/base.html'%} {%block content%}

Front Theme
{%for key in all_front_info%} {%endfor%}
Name Author
{{key}} {{all_front_info[key]['author']}} {%if active_front_theme != key%}
{%else%}
{%endif%}

Back Theme
{%for key in all_back_info%} {%endfor%}
Name Author
{{key}} {{all_back_info[key]['author']}} {%if active_back_theme != key%}
{%else%}
{%endif%}
{% endblock %}