8 $f =
$DIC->ui()->factory();
9 $renderer =
$DIC->ui()->renderer();
11 $address = $f->listing()->descriptive(
13 "Address" =>
"Hochschlustrasse 6",
15 "Contact" =>
"timon.amstutz@ilub.unibe.ch"
20 $image = $f->image()->responsive(
21 "./templates/default/images/HeaderIcon.svg",
29 )->withSections(array($address,$f->button()->standard(
"Request Contact",
"")));
32 $deck = $f->deck(array($card,$card,$card,$card,$card,$card,$card))->withLargeCardsSize();
35 return $renderer->render($deck);
An exception for terminatinating execution or to throw for unit testing.