Open the menu
    ```html

    Multiple Blog : My Blogs

    This interface allows the creation, editing, and deletion of blogs by users with permission for such. Each user, in this interface, only has access to their blogs.

    Features

    • It is an administration interface

    Screens

    My Blogs

    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 subject to be discussed.
    • Last modification(date and time)
    • Views in the last 30 days(string)

    Links

    Permissioning

    • Create: Allows creating new Blogs, Posts and Comments of this service instance.

    Actions

    • Delete
    • Duplicate
    ```