def summarize(items):
    template = "# stays inside the string literal"
    return f"count={len(items)}:{template}"
