pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
578 B
13 lines
578 B
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
<a class="announce" href="https://fastapi.tiangolo.com/newsletter/">
|
|
<span class="twemoji">
|
|
{% include ".icons/material/email.svg" %}
|
|
</span> Subscribe to the <strong>FastAPI and friends</strong> newsletter 🎉
|
|
</a>
|
|
<!-- <a class="announce" href="https://tripetto.app/run/RXZ6OLDBXX?s=dc" target="_blank">
|
|
<span class="twemoji">
|
|
</span>Fill the first-ever <strong>FastAPI user survey</strong> for a chance to win official <strong>FastAPI and Typer stickers</strong> 🎁
|
|
</a> -->
|
|
{% endblock %}
|
|
|