3224d16197
Co-authored-by: Copilot <copilot@github.com>
10 lines
261 B
HTML
10 lines
261 B
HTML
{% extends "base.html" %} {% block title %}Generate — All You Can GET AI{%
|
|
endblock %} {% block content %}
|
|
<div class="card">
|
|
<h1>Generate</h1>
|
|
<p class="text-muted">
|
|
Choose a generation type from the Generate menu above.
|
|
</p>
|
|
</div>
|
|
{% endblock %}
|