mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-07-31 07:17:10 -04:00
8 lines
198 B
HTML
8 lines
198 B
HTML
{% extends "base.html" %}
|
|
{% block title %}
|
|
Setup Wizarr
|
|
{% endblock title %}
|
|
{% block main %}
|
|
<div id="content">{% include "settings/partials/server_settings.html" %}</div>
|
|
{% endblock main %}
|