{% extends "ushka_layout.html" %} {% block title %}Welcome to Ushka ✿{% endblock %} {% block body_classes %}justify-center items-center p-4 sm:p-6{% endblock %} {% block main_content %}
/ᐠ ˵> ⩊ <˵マ

Hello, Ushka!

The cute and agile Python web framework.

Getting Started

Where backend coding is beautiful.

Create your first route

def get():
    return {
      "status": "Ready!"
    }

Add this to a file inside the routes/ directory.

Ushka v0.2.1 • Make Python Cute Again
{% endblock %}