@@ -1,3 +1,10 @@
-<div class="container">
-<?= "Hellow World!"; ?>
-</div>
+<?php
+$this->title = t('Реферальні посилання');
+$this->params['breadcrumbs'][] = $this->title;
+?>
+
+<section class="referral">
+ <div class="container">
+ <?= "Hellow World!"; ?>
+ </div>
+</section>