Open the menu
    ```html

    Blog : Post Details

    Interface that displays the details of a post. Clicking on a tag of the currently displayed content will take the user to the post list, filtering it by the clicked tag.

    Features

    • It is a details interface

    Screens

    Post details

    Data

    Post

    • Title(string) : Title of a post
    • Introduction(text) : Introduction of a post
    • Content(html) : Content of a post

    Tag

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