Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation to present all user data. Chris@0: * Chris@0: * This template is used when viewing a registered user's page, Chris@0: * e.g., example.com/user/123. 123 being the user's ID. Chris@0: * Chris@0: * Available variables: Chris@0: * - content: A list of content items. Use 'content' to print all content, or Chris@0: * print a subset such as 'content.field_example'. Fields attached to a user Chris@0: * such as 'user_picture' are available as 'content.user_picture'. Chris@0: * - attributes: HTML attributes for the container element. Chris@0: * - user: A Drupal User entity. Chris@0: * Chris@0: * @see template_preprocess_user() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: Chris@0: {% if content %} Chris@0: {{- content -}} Chris@0: {% endif %} Chris@0: