mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-10 08:35:32 +00:00
6 lines
179 B
HTML
6 lines
179 B
HTML
|
{% extends 'settings/settings_layout.html' %}
|
||
|
|
||
|
{% block settings_server %}settings-nav__item-selected{% endblock %}
|
||
|
{% block settings_content %}
|
||
|
<h2>Server</h2>
|
||
|
{% endblock %}
|