from htpy import p


def brief_card():
    return p[
        {{ project_name_literal }}
        + " is ready. Replace this with your first real workflow."
    ]


def status_card():
    return p[
        {{ project_name_literal }}
        + " is running. HTML updates and JSON APIs are ready."
    ]


def validation_error():
    return p[
        "Validation response rendered from a 422 status. htmx 4 can swap error HTML."
    ]
