{% extends 'template.html' %} {% set page = "Settings" %} {% set settings_active = "active" %} {% block title %} {{ page }} {% endblock %} {% block header %} {{ page }} {% endblock %} {% block content %}

Server Information
vpn_key
About

This was developed with Flask, Python, MaterializeCSS, and jQuery.

Version: {{ APP_VERSION }}

Tested on Headscale: {{ HS_VERSION }}

{% endblock %}