File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# gunicorn
2+
# fastapi or flask or aiohttp or sarlette
3+
# Django
4+
5+
# Model -> View -> Template -> Response
6+
27

38
def render_template(template_name='index.html', context={}):
49
html_str = ""

0 commit comments

Comments
 (0)