Open the menu
    ```html

    Microblog: Add Post

    This interface allows users to add posts, optionally with attached files and hashtags, to be displayed on their own wall and on those they follow.

    Screens

    Add Post
    • Post (string, required field, maximum size: 255): Text of the post to be published, possibly containing hashtags.
    • Attached files: Files to be attached to the post.

    Actions

    • Publish Post: Adds a post to be published on the wall.
    ```