{# /** * @file * 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. * * @ingroup themeable */ #}
{{ title }}
{{ version.version }} ({{ version.date|date('Y-M-d') }})