This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends "partial/layout.html.twig" %} | |
{% block title %}{{ t("share_file_title", "File Information") }}{% endblock %} | |
{% block description %}{{ t("file_information_description", "Information about") }} {{ file.originalFilename }}{% endblock %} | |
{% block keywords %}{{ file.originalFilename|lower }}{{ t("file_information_meta_keywords", ", share, information, file, upload, download, site") }}{% endblock %} | |
{% block body %} | |
<section class="bg--secondary space--sm"> | |
<div class="container"> | |
<div class="row justify-content-center"> |