{%extends get_active_back_theme()+'/base.html'%} {%block content%}
Note: change theme in .env file also

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

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

Iconset
{%for icon in ['fa', 'boxicons']%} {%endfor%}
Name
{%if active_iconset != icon%} {{icon}} {%else%} {{icon}} {%endif%}
{% endblock %}