{% extends "base.html" %} {% block title %}{{ post_id }}{% endblock %} {% block container %}container-fluid{% endblock %} {% block page %}
Tags Information Search
{% match file_type %} {% when FileType::Image %} {% when FileType::Video %} {% when FileType::Unsupported %}

UNSUPPORTED FILE

{% endmatch %}
{{ description }}
{% endblock %}