Skip to content

Instantly share code, notes, and snippets.

@macasin2003
macasin2003 / 10file_info.html.twig
Created October 5, 2025 16:05
Spirit1213151654156
{% 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">