James Ellroy

| Last Name | Ellroy |
|---|---|
| First Name | James |
| Born | 1948/03/04 |
| Died | — |
| Gender | |
| Tags | literature, USA |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>