package templates templ myBalanceComponent() {
My balance

$921.48

} templ spendingSummaryComponent() {
Spending - Last 7 days
mon tue wed thu fri sat sun

Total this month

$478.33

+2.4%

from last month
} templ IndexPage() { Frontend Mentor | Expenses chart component
@myBalanceComponent() @spendingSummaryComponent()
Challenge by Frontend Mentor. Coded by Your Name Here.
}