{% extends "base.html" %} {% set active_page = "server_configuration" %} {% block title %}Server Configuration - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %}

Server Configuration

{% endblock %} {% block content %}

Server Configuration

{% for config in configs %} {% endfor %}
Configuration Value
 {{ config['name'] }} {{ config['value'] }}
{% endblock %} {% block extrascripts %} {% endblock %}