You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <div class="team col-12 col-sm-6 col-lg-3 block<?= $this->cssClass ?>">
- <figure class="image_container">
- <img src="<?= $this->image[src]; ?>" itemprop="image">
- </figure>
- <strong><?= $this->title; ?></strong>
- <div class="contact-info">
- <span class="position"><?= $this->position; ?></span>
- <span class="position-info"><?= $this->position_info; ?></span>
- {{email::<?= $this->email ?>}}
- </div>
- </div>
|