Default theme implementation for the version display of a project.
Available variables:
- attributes: HTML attributes suitable for a container element.
- title: The title of the project.
-
version: A list of data about the latest released version, containing:
- version: The version number.
- date: The date of the release.
- download_link: The URL for the downloadable file.
- release_link: The URL for the release notes.
File
core/modules/update/templates/update-version.html.twig
Related topics
- Theme system overview
- Functions and templates for the user interface that themes can override.
Please login to continue.