generated Organisation entity

This commit is contained in:
Naomi
2020-11-12 17:13:28 +00:00
parent 17f8ddba2e
commit 675a85dfb6
32 changed files with 2098 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{#
/**
* @file oc_organisation.html.twig
* Default theme implementation to present Organisation data.
*
* This template is used when viewing Organisation 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_oc_organisation()
*
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('oc_organisation') }}>
{% if content %}
{{- content -}}
{% endif %}
</div>