mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-04-19 08:55:12 +00:00
6 lines
109 B
HTML
6 lines
109 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
this page is just a placeholder for the moment
|
||
|
{% endblock %}
|