{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}

Welcome to myfy

Your frontend is ready with Tailwind 4 and DaisyUI 5

Next Steps

Edit frontend/templates/home.html to customize this page

Add routes in app.py

Style with Tailwind classes and DaisyUI components

{% endblock %}