Files
wizarr/app/templates/wizard/frame.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 %}