Open the menu
    ```html

    Blog : List of tags

    Interface that displays the list of tags used in the blog posts.
    This interface gets its data from the big data repository. Therefore, this interface does not support filters or sorting. The sorting will be done by:

    1. number of posts using the tag, descending;
    2. tag name, ascending.
    Clicking on a tag will take the user to the list of posts, filtering it by the clicked tag.

    Screens

    List of tags

    Data

    Tag

    • Tag(Tag) : Tags related to the posts
    ```