Displays

Displays are most commonly used with entities, but they can contain any HTML, including variables as well.

dashboard display
config.yaml
dashboards:
  # This is the second dashboard.
  - title: My Containers
    contents:
      - title: Container {{ container.Names }}
        entity: container
        type: fieldset
        contents:
          - type: display
            title: |
              {{ container.Names }} <br /><br /><strong>{{ container.State }}</strong>
          - title: 'Start {{ container.Names }}'
          - title: 'Stop {{ container.Names }}'