Open the menu
    ```html

    Post: Details

    Interface with the full content of a post.

    Features

    • This is a details interface

    Screens

    Details

    Data

    Post

    • Post(text) : Post content.
    • Link(string) : Attached link to the post.
    • Media(file) : Photo attached to the post.
    • Document(file) : Document attached to the post.
    • Publication date(date and time) : The date this content will be published. If it is searchable, the search will only find this content after this date.
    ```