Open the menu
    ```html

    Microblog : View Hashtag

    This interface displays a list of posts containing a specific hashtag, sorted by the date they were posted, with the most recent ones shown first.

    Screens

    View Hashtag

    Data

    Posts using the Hashtag

    • Post Author(user or group)
    • Creation(date and time) : Date and time when the post was made.
    • Post(string) : Text of the post without links in its hashtags.
    ```