clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{#
/**
* @file log.html.twig
* Default theme implementation to present Log data.
*
* This template is used when viewing Log pages.
*
*
* Available variables:
* - content: A list of content items. Use 'content' to print all content, or
* - attributes: HTML attributes for the container element.
*
* @see template_preprocess_log()
*
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('log') }}>
{% if content %}
{{- content -}}
{% endif %}
</div>