Open the menu
    ```html

    Multiple Blog: Blog List

    This interface gathers and displays the blogs registered in the My Blogs interface.

    Screens

    Blog List

    Data

    Blog

    • Title(string) : Required field that must contain the name of the blog that will be available in the blog list. Typically contains the name of the person or topic to be discussed.
    • Introduction(text) : Optional field to describe the purpose of the created blog. When registered, it is provided in the Blog Details, which contains the list of posts from this blog.
    • Created on(date and time)
    • Creator(string) : Field automatically filled by the user who created the blog.

    User

    • Name(string) : Required field that must contain the full name of the user.
    ```