mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-07-31 07:17:10 -04:00
9 lines
240 B
HTML
9 lines
240 B
HTML
{# templates/wizard/frame.html #}
|
|
{% extends "base.html" %}
|
|
{% block title %}
|
|
Getting Started
|
|
{% endblock title %}
|
|
{% block main %}
|
|
<div class="overflow-x-hidden min-h-screen">{% include "wizard/steps.html" %}</div>
|
|
{% endblock main %}
|