mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-15 19:15:20 +00:00
6 lines
181 B
HTML
6 lines
181 B
HTML
|
{% extends 'settings/settings_layout.html' %}
|
||
|
|
||
|
{% block settings_general %}settings-nav__item-selected{% endblock %}
|
||
|
{% block settings_content %}
|
||
|
<h2>General</h2>
|
||
|
{% endblock %}
|