refactored : entity fil -> entity composition
started to display add to chutier link to contents
This commit is contained in:
+5
-5
@@ -1,21 +1,21 @@
|
||||
{#
|
||||
/**
|
||||
* @file fil.html.twig
|
||||
* Default theme implementation to present Fil data.
|
||||
* @file composition.html.twig
|
||||
* Default theme implementation to present Composition data.
|
||||
*
|
||||
* This template is used when viewing Fil pages.
|
||||
* This template is used when viewing Composition 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_fil()
|
||||
* @see template_preprocess_composition()
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
<div{{ attributes.addClass('fil') }}>
|
||||
<div{{ attributes.addClass('composition') }}>
|
||||
{% if content %}
|
||||
{{- content -}}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user