association-1.0.0-alpha2/modules/association_page/templates/association-page.html.twig

modules/association_page/templates/association-page.html.twig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{#
/**
 * @file association-page.html.twig
 * Default theme implementation to present Entity Association landing page.
 *
 * This template is used when viewing a association_page entity.
 *
 * Available variables:
 * - association_type: entity association bundle ID.
 * - content: A list of renderable field and field extra items.
 * - attributes: HTML attributes for the container element.
 *
 * @see template_preprocess_association_page()
 *
 * @ingroup themeable
 */
#}
{%
  set classes = [
    'association-page',
    'association-page--' ~ association_type|clean_class,
  ]
%}
 
<div{{ attributes.addClass(classes) }}>
  {{ title_prefix }}
  {% if not page and title %}
    <h2{{ title_attributes }}>{{ title }}</h2>
  {% endif %}
  {{ title_suffix }}
 
  <div{{ content_attributes }}>
    {{ content }}
  </div>
</div>

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc