Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
4
Running
on
Zero
App
Files
Files
Community
794b90b
fastapi_django_main_live
/
polls
/
controllers
/
django
/
myapp
/
templates
/
base.html
kenken999
test
1f074d8
5 months ago
raw
Copy download link
history
blame
Safe
162 Bytes
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
My App
</
title
>
</
head
>
<
body
>
<
div
id
=
"content"
>
{% block content %}{% endblock %}
</
div
>
</
body
>
</
html
>