Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
5
Running
on
Zero
App
Files
Files
Community
242b8d4
fastapi_django_main_live
/
polls
/
controllers
/
django
/
myapp
/
templates
/
base.html
kenken999
test
1f074d8
6 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
>